|
Cu Te Download
|
|
recent changes |
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 language's 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.
NB: you must have boost headers in your standard include path or add them manually to your CUTE project preferences.
Here comes the zip file of Cute 1.0.0 with solutions/projects for visual studio 2003/2005 and Eclipse 3.2 with CDT 3.1.1:
| Last edited September 15, 2008 |
|
recent changes |