org.apache.tools.ant.taskdefs.optional.junit
public interface JUnitResultFormatter extends TestListener, JUnitTaskMirror.JUnitResultFormatterMirror
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. |
Parameters: suite the suite.
Throws: BuildException on error.
Parameters: out the output stream to use.
Parameters: err the string to write.
Parameters: out the string to write.
Parameters: suite the suite.
Throws: BuildException on error.