Component Testing for C++
The project structure of the Rational Test RealTime GUI uses test nodes to represent your Component Testing test harness.
Test nodes created for Component Testing for C++ use the following structure
C++ Test Node: represents the Component Testing for C++ test harness
<script>.otc: is the Contract-Check test script
<script>.otd: is the test driver script
<source>.cpp: is the source file under test
<source>.cpp: is an additional source file
Related Topics
Component Testing for C++ | Setting up a Project | Additional Source Files