Methods Summary |
---|
public void | endTestSuite(JUnitTest suite)The whole testsuite ended.
|
public void | setOutput(java.io.OutputStream out)Sets the stream the formatter is supposed to write its results to.
|
public void | setSystemError(java.lang.String err)This is what the test has written to System.err
|
public void | setSystemOutput(java.lang.String out)This is what the test has written to System.out
|
public void | startTestSuite(JUnitTest suite)The whole testsuite started.
|