The CxxTest plug-in for Eclipse provides Eclipse users who are developing C++ code with a graphical user interface for CxxTest.
CxxTest 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
Click on the link to go to detail page: http://web-cat.cs.vt.edu/WCWiki/EclipsePlugins/CxxTestPlugin
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Web-CAT CxxTest Plug-in
Post your Comment