| Class | Description |
|---|---|
| NoDotJUnitRunner |
Variant of
junit.textui.TestRunner that does not print a "." for every test. |
| TATJUnitRunner |
Replacement for a standard JUnit runner such as JUnit3's
junit.textui.TestRunner,
or JUnit4's JUnitCore, which helps avoid some issues with using JUnit embedded in ALMA TAT scripts. |
| Annotation Type | Description |
|---|---|
| TATJUnitRunner.KeepTestOutput |
Test classes can use this annotation to cause TATJUnitRunner to keep the
tmp files with the stdout, stderr and test output.
|