|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter
Prints plain text output of the test to a specified Writer. Inspired by the PlainJUnitResultFormatter.
FormatterElement,
PlainJUnitResultFormatter| Constructor Summary | |
BriefJUnitResultFormatter()
|
|
| Method Summary | |
void |
addError(Test test,
java.lang.Throwable error)
A test caused an error. |
void |
addFailure(Test test,
java.lang.Throwable t)
Interface TestListener for JUnit <= 3.4. |
void |
endTest(Test test)
A test ended. |
void |
endTestSuite(JUnitTest suite)
The whole testsuite ended. |
protected void |
formatError(java.lang.String type,
Test test,
java.lang.Throwable error)
Format an error and print it. |
protected java.lang.String |
formatTest(Test test)
Format the test for printing.. |
void |
setOutput(java.io.OutputStream out)
Sets the stream the formatter is supposed to write its results to. |
void |
setSystemError(java.lang.String err)
This is what the test has written to System.err |
void |
setSystemOutput(java.lang.String out)
This is what the test has written to System.out |
void |
startTest(Test test)
A test started. |
void |
startTestSuite(JUnitTest suite)
The whole testsuite started. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BriefJUnitResultFormatter()
| Method Detail |
public void setOutput(java.io.OutputStream out)
setOutput in interface JUnitResultFormatterpublic void setSystemOutput(java.lang.String out)
JUnitResultFormatter
setSystemOutput in interface JUnitResultFormatterpublic void setSystemError(java.lang.String err)
JUnitResultFormatter
setSystemError in interface JUnitResultFormatter
public void startTestSuite(JUnitTest suite)
throws BuildException
startTestSuite in interface JUnitResultFormatterBuildException
public void endTestSuite(JUnitTest suite)
throws BuildException
endTestSuite in interface JUnitResultFormatterBuildExceptionpublic void startTest(Test test)
public void endTest(Test test)
public void addFailure(Test test,
java.lang.Throwable t)
A Test failed.
public void addError(Test test,
java.lang.Throwable error)
protected java.lang.String formatTest(Test test)
protected void formatError(java.lang.String type,
Test test,
java.lang.Throwable error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||