Method Summary |
|
public synchronized TestResult | doRun(Test suite) |
public synchronized void | endTest(Test test) Called by JUnit when a test has finished. |
public TestSuiteLoader | getLoader() Overrides method in super class to always return a reloading test suite loader. |
protected PrintStream | getWriter() Provides our own PrintStream which outputs to the appropriate document. |
public synchronized void | startTest(Test test) Called by JUnit when a test is started. |
protected PrintStream | writer() |