|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Interface describes classes that format the results of a JUnit testrun.
| Method Summary | |
void |
endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite ended. |
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 |
startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
The whole testsuite started. |
| Methods inherited from interface junit.framework.TestListener |
addError, addFailure, endTest, startTest |
| Method Detail |
public void startTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void endTestSuite(com.hjl.junitscript.ant.JUnitTest suite)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void setOutput(java.io.OutputStream out)
public void setSystemOutput(java.lang.String out)
public void setSystemError(java.lang.String err)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||