org.apache.tools.ant.taskdefs.optional.junit
public interface XMLConstants
Interface groups XML constants.
Interface that groups all constants used throughout the XML
documents that are generated by the XMLJUnitResultFormatter
As of now the DTD is:
<----------------- @todo describe DTDs ---------------------->
See Also: XMLJUnitResultFormatter XMLResultAggregator
| Field Summary | |
|---|---|
| String | ATTR_CLASSNAME classname attribute for testcase elements |
| String | ATTR_ERRORS errors attribute for testsuite elements |
| String | ATTR_FAILURES failures attribute for testsuite elements |
| String | ATTR_ID id attribute |
| String | ATTR_MESSAGE message attribute for failure elements |
| String | ATTR_NAME name attribute for property, testcase and testsuite elements |
| String | ATTR_PACKAGE package attribute for the aggregate document |
| String | ATTR_TESTS tests attribute for testsuite elements |
| String | ATTR_TIME time attribute for testcase and testsuite elements |
| String | ATTR_TYPE type attribute for failure and error elements |
| String | ATTR_VALUE value attribute for property elements |
| String | ERROR the error element |
| String | FAILURE the failure element |
| String | PROPERTIES the properties element |
| String | PROPERTY the property element |
| String | SYSTEM_ERR the system-err element |
| String | SYSTEM_OUT the system-out element |
| String | TESTCASE the testcase element |
| String | TESTSUITE the testsuite element |
| String | TESTSUITES the testsuites element for the aggregate document |