| | | | Version: 1.0.2 Support Eclipse Version: 3.2.1 License: Free EPL Development Status: Production/Stable Company: IFS Institut fur Software
| |  | Home Page |  | Plugin Support |  | Discussion Forum | |
| | Update Site URL: http://ifs.hsr.ch/cute/updatesite |
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.
- wizard creating test frame
- test navigator with green/red bar
- diff-viewer for failing tests
Added on: 15-Jun-2007
|