Green Bar for C++

CUTE is an easy to use C++ unit testing framework that leverages modern C++ libraries and features. CUTE is orthogonal, easily extendable and much simpler than other C++ unit testing approaches like CPPUnit. For example, CUTE does not require that you write a derived class for each C++ class you want to unit test.

Eclipse plug-in for C++ unit testing with CUTE

Automated unit testing supports high quality of program code, even under inevitable change and refactoring. As a side effect, unit tested code often has a better structure. Java developers are used to unit testing because of JUnit and its tight integration into IDEs like Eclipse. C++ programmers lacked the tool support for easy-to-use unit testing, even though the languages complexity asks for it.
Refactoring and simplifying C++ code without tests is very hard. No longer!
IFS created a simple to use CUTE (C++ Unit Testing Easier) and integrated it into Eclipse CDT similar to JUnit.
  • wizards creating test frames
  • test navigator with green/red bar
  • diff-viewer for failing tests
  • gocv coverage visualization

User Guide

The CUTE plug-in user guide consists of the following parts: