|
Cu Te Download
|
|
recent changes |
for more current information go to http://cute-test.com
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.6.1 with solutions/projects for visual studio 2003/2005/2008 :
| Last edited October 13, 2011 |
|
recent changes |