org.apache.tools.ant.taskdefs.optional.junit
public interface JUnitResultFormatter extends TestListener
Method Summary | |
---|---|
void | endTestSuite(JUnitTest suite)
The whole testsuite ended. |
void | setOutput(OutputStream out)
Sets the stream the formatter is supposed to write its results to. |
void | setSystemError(String err)
This is what the test has written to System.err |
void | setSystemOutput(String out)
This is what the test has written to System.out |
void | startTestSuite(JUnitTest suite)
The whole testsuite started. |