Version: 1.1.3 Support Eclipse Version: 3.1 and up License: Free GPL Development Status: Production/Stable Company: Virginia Tech Computer Science Dept.
Home Page
Plugin Support
Discussion Forum
The CxxTest plug-in for Eclipse provides Eclipse users who are developing C++ code with a graphical user interface for CxxTest. CxxTest (available from http://cxxtest.sourceforge.net) is a unit-testing framework for C++ development that behaves similarly to Eclipse's native support for JUnit. This plug-in provides better integration with Eclipse and the CDT. Some key features are:
* Automatically detects test suites in a project by navigating the CDT DOM
* Generates a source file to run all test suites that will be compiled with the containing project
* Enable/disable CxxTest features on a per-project basis through the project properties dialog
* Automatically execute all tests after each successful build
* Test failures are annotated with markers in source files
* Test results appear in a CxxTest view modeled after the JUnit view in Eclipse
Added on: 16-Oct-2005