| Class | Description |
|---|---|
| BaseRunner |
Base class for both the JUnit and TestNG runners.
|
| BuckBlockJUnit4ClassRunner |
JUnit-4-compatible test class runner that supports the concept of a "default timeout." If the
value of
defaultTestTimeoutMillis passed to the constructor is non-zero, then it will be
used in place of Test.timeout() if Test.timeout() returns zero. |
| BuckXmlTestRunListener | |
| InstrumentationMain | |
| InstrumentationTestRunner | |
| JulLogFormatter | |
| JUnitMain |
Launcher for JUnit.
|
| JUnitRunner |
Class that runs a set of JUnit tests and writes the results to a directory.
|
| TestNGMain |
Launcher for TestNG.
|
| TestNGRunner |
Class that runs a set of TestNG tests and outputs the results to a directory.
|
| TestXmlEscaper |
An XML escaper that replaces invalid xml characters with valid ones.
|