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 ---------------------->
ATTR_CLASSNAME
public static final String ATTR_CLASSNAME
classname attribute for testcase elements
ATTR_ERRORS
public static final String ATTR_ERRORS
errors attribute for testsuite elements
ATTR_FAILURES
public static final String ATTR_FAILURES
failures attribute for testsuite elements
ATTR_ID
public static final String ATTR_ID
id attribute
ATTR_MESSAGE
public static final String ATTR_MESSAGE
message attribute for failure elements
ATTR_NAME
public static final String ATTR_NAME
name attribute for property, testcase and testsuite elements
ATTR_PACKAGE
public static final String ATTR_PACKAGE
package attribute for the aggregate document
ATTR_TESTS
public static final String ATTR_TESTS
tests attribute for testsuite elements
ATTR_TIME
public static final String ATTR_TIME
time attribute for testcase and testsuite elements
ATTR_TYPE
public static final String ATTR_TYPE
type attribute for failure and error elements
ATTR_VALUE
public static final String ATTR_VALUE
value attribute for property elements
ERROR
public static final String ERROR
the error element
FAILURE
public static final String FAILURE
the failure element
PROPERTIES
public static final String PROPERTIES
the properties element
PROPERTY
public static final String PROPERTY
the property element
SYSTEM_ERR
public static final String SYSTEM_ERR
the system-err element
SYSTEM_OUT
public static final String SYSTEM_OUT
the system-out element
TESTCASE
public static final String TESTCASE
the testcase element
TESTSUITE
public static final String TESTSUITE
the testsuite element
TESTSUITES
public static final String TESTSUITES
the testsuites element for the aggregate document