org.apache.tools.ant.taskdefs.optional.junit
Interface JUnitResultFormatter
- All Known Implementing Classes:
- XMLJUnitResultFormatter, PlainJUnitResultFormatter, SummaryJUnitResultFormatter
- public interface JUnitResultFormatter
This Interface describes classes that format the results of a JUnit
testrun.
- Author:
- Stefan Bodewig
startTestSuite
public void startTestSuite(JUnitTest suite)
throws BuildException
- The whole testsuite started.
endTestSuite
public void endTestSuite(JUnitTest suite)
throws BuildException
- The whole testsuite ended.
setOutput
public void setOutput(java.io.OutputStream out)
- Sets the stream the formatter is supposed to write its results to.
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.