Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Conditional Contentproduct: (cpptest)product: (cpptest)sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FEC/C++testtest  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

...

Conditional Contentproduct: (cpptest)product: (cpptest)sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FE

  • 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.

...