|
||||||||||
| 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.XMLJUnitResultFormatter
aQute.junit.runtime.XMLResultFormatter
public class XMLResultFormatter
An extension of the standard Ant XMLJUnitResultFormatter.
| Field Summary |
|---|
| Fields inherited from interface org.apache.tools.ant.taskdefs.optional.junit.XMLConstants |
|---|
ATTR_CLASSNAME, ATTR_ERRORS, ATTR_FAILURES, ATTR_ID, ATTR_MESSAGE, ATTR_NAME, ATTR_PACKAGE, ATTR_TESTS, ATTR_TIME, ATTR_TYPE, ATTR_VALUE, ERROR, FAILURE, HOSTNAME, PROPERTIES, PROPERTY, SYSTEM_ERR, SYSTEM_OUT, TESTCASE, TESTSUITE, TESTSUITES, TIMESTAMP |
| Constructor Summary | |
|---|---|
XMLResultFormatter(String reportDir,
String testSuiteName)
Creates an XMLResultFormatter with the given report specs. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter |
|---|
addError, addFailure, addFailure, endTest, endTestSuite, setOutput, setSystemError, setSystemOutput, startTest, startTestSuite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLResultFormatter(String reportDir,
String testSuiteName)
throws IOException
reportDir - The directory to generate the test reports intestSuiteName - The test suite name.
IOException - if the test report file cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||