|
|||||||||
| 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.XMLJUnitResultFormatter
Prints XML output of the test to a specified Writer.
| Fields inherited from interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants |
ATTR_ERRORS, ATTR_FAILURES, ATTR_MESSAGE, ATTR_NAME, ATTR_PACKAGE, ATTR_TESTS, ATTR_TIME, ATTR_TYPE, ERROR, FAILURE, TESTCASE, TESTSUITE, TESTSUITES |
| Constructor Summary | |
XMLJUnitResultFormatter()
|
|
| Method Summary | |
void |
addError(junit.framework.Test test,
java.lang.Throwable t)
Interface TestListener. |
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)
Interface TestListener for JUnit <= 3.4. |
void |
endTest(junit.framework.Test test)
Interface TestListener. |
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)
Interface TestListener. |
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 XMLJUnitResultFormatter()
| Method Detail |
public void setOutput(java.io.OutputStream out)
JUnitResultFormattersetOutput in interface JUnitResultFormatterpublic void startTestSuite(JUnitTest suite)
startTestSuite in interface JUnitResultFormatter
public void endTestSuite(JUnitTest suite)
throws BuildException
endTestSuite in interface JUnitResultFormatterpublic void startTest(junit.framework.Test t)
A new Test is started.
startTest in interface junit.framework.TestListenerpublic void endTest(junit.framework.Test test)
A Test is finished.
endTest in interface junit.framework.TestListener
public void addFailure(junit.framework.Test test,
java.lang.Throwable t)
A Test failed.
addFailure in interface junit.framework.TestListener
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)
An error occured while running the test.
addError in interface junit.framework.TestListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||