public class NoDotJUnitRunner
extends TestRunner
junit.textui.TestRunner that does not print a "." for every test.
Using this class can be useful in conjunction with TAT, because these dots sometimes
show up in the output and sometimes they don't (unknown hidden parameters of TAT??),
which forces us to change the ref files unnecessarily.| Constructor and Description |
|---|
NoDotJUnitRunner() |
| Modifier and Type | Method and Description |
|---|---|
protected ResultPrinter |
createResultPrinter()
Factory method for result printer.
|
static void |
main(java.lang.String[] args)
Copied from base class TestRunner, except that a NoDotJUnitRunner gets created.
|
protected ResultPrinter createResultPrinter()
public static void main(java.lang.String[] args)