org.apache.tools.ant.taskdefs.optional.junit
public class SummaryJUnitResultFormatter extends Object implements JUnitResultFormatter
Constructor Summary | |
---|---|
SummaryJUnitResultFormatter()
Empty |
Method Summary | |
---|---|
void | addError(Test test, Throwable t)
Empty |
void | addFailure(Test test, Throwable t)
Empty |
void | addFailure(Test test, AssertionFailedError t)
Interface TestListener for JUnit > 3.4.
|
void | endTest(Test test)
Empty |
void | endTestSuite(JUnitTest suite)
The whole testsuite ended. |
void | setOutput(OutputStream out) |
void | setSystemError(String err) |
void | setSystemOutput(String out) |
void | setWithOutAndErr(boolean value)
Should the output to System.out and System.err be written to
the summary. |
void | startTest(Test t)
Empty |
void | startTestSuite(JUnitTest suite)
Empty |
A Test failed.