|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter
Prints short summary output of the test to Ant's logging system.
Constructor Summary | |
SummaryJUnitResultFormatter()
Empty |
Method Summary | |
void |
addError(junit.framework.Test test,
java.lang.Throwable t)
Empty |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
Interface TestListener for JUnit > 3.4. |
void |
addFailure(junit.framework.Test test,
java.lang.Throwable t)
Empty |
void |
endTest(junit.framework.Test test)
Empty |
void |
endTestSuite(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 |
startTest(junit.framework.Test t)
Empty |
void |
startTestSuite(JUnitTest suite)
Empty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SummaryJUnitResultFormatter()
Method Detail |
public void startTestSuite(JUnitTest suite)
startTestSuite
in interface JUnitResultFormatter
public void startTest(junit.framework.Test t)
public void endTest(junit.framework.Test test)
public void addFailure(junit.framework.Test test, java.lang.Throwable t)
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t)
A Test failed.
public void addError(junit.framework.Test test, java.lang.Throwable t)
public void setOutput(java.io.OutputStream out)
JUnitResultFormatter
setOutput
in interface JUnitResultFormatter
public void endTestSuite(JUnitTest suite) throws BuildException
endTestSuite
in interface JUnitResultFormatter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |