C/C++test DTP test DTP Engine allows you to run unit tests created in open source unit testing tools and report results to DTP. The following unit testing tools are currently supported:
...
:
...
...
- Google Test
- CppUnit
- CppUtest
Visit the Parasoft Marketplace (http://marketplace.parasoft.com) for additional unit test tool integrations.
...
...
The functionality consists of two modules:
- a module that extracts and reports unit test case execution results,
- a module which annotates code coverage results to associate test cases with code coverage to evaluate the quality of a particular unit test or collection of tests.
Integrating C/C++test with a testing infrastructure requires minor modifications of the existing test harness code.
...