Package | Description |
---|---|
junit.textui |
Provides JUnit v3.x command line based tool to run tests.
|
Modifier and Type | Field and Description |
---|---|
private ResultPrinter |
TestRunner.fPrinter |
Modifier and Type | Method and Description |
---|---|
void |
TestRunner.setPrinter(ResultPrinter printer) |
Constructor and Description |
---|
TestRunner(ResultPrinter printer)
Constructs a TestRunner using the given ResultPrinter all the output
|