Component Testing for Java
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 Java use the following structure
Java Test Node: represents the Component Testing for Java test harness
TestDriver.java: is the main test driver class
Test<Class>.java: is the test class derived from the TestCase class
<Class>.java: is the actual class under test.
In Component Testing for Java, all classes have the excluded from build tag except for the main TestDriver.java class.
Note JUnit test harnesses that were manually imported into Test RealTime and not created through the Component Testing wizard may not display the correct yellow icons. This is not an issue as long as all files are excluded from the build except for the main test driver class.
Related Topics
Component Testing for Java | Importing a JUnit Test Campaign | Setting up a Project