Cu Te Download
|home |print view |recent changes |changed September 15, 2008 |
exact
|You are 38.107.191.110 <- set your identity!
go to start recent
changes

Headings: Green Bar for C++ Green Bar - running tests Red Bar - navigate failing tests Compare Results of failed comparisons Download CUTE for stand-alone or Visual Studio use

Green Bar for C++ ^

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.

Green Bar - running tests ^

Red Bar - navigate failing tests ^

Compare Results of failed comparisons ^


Unfortunately my ACCU Overload #75 article on CuTe was published in October 2006, before I was aware of it and able to "finish" work on CUTE ( C++ Unit Testing Easier )

Download CUTE for stand-alone or Visual Studio use ^

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 go to start recent
changes