Interface XMLConstants
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringclassname attribute for testcase elementsstatic final Stringcolumnnumber attributestatic final Stringerrors attribute for testsuite elementsstatic final Stringfailures attribute for testsuite elementsstatic final Stringid attributestatic final Stringlinenumber attributestatic final Stringmessage attribute for failure elementsstatic final Stringname attribute for property, testcase and testsuite elementsstatic final Stringpackage attribute for the aggregate documentstatic final Stringtests attribute for testsuite elementsstatic final Stringtime attribute for testcase and testsuite elementsstatic final Stringtype attribute for failure and error elementsstatic final Stringvalue attribute for property elementsstatic final Stringname of the build file.static final Stringthe error elementstatic final Stringthe failure elementstatic final Stringname of host running the testsstatic final Stringthe properties elementstatic final Stringthe property elementstatic final Stringthe system-err elementstatic final Stringthe system-out elementstatic final Stringthe testcase elementstatic final Stringthe testsuite elementstatic final Stringthe testsuites element for the aggregate documentstatic final Stringtimestamp of test cases
-
Field Details
-
TESTSUITES
-
TESTSUITE
-
TESTCASE
-
ERROR
-
FAILURE
-
SYSTEM_ERR
-
SYSTEM_OUT
-
ATTR_PACKAGE
-
ATTR_NAME
name attribute for property, testcase and testsuite elements- See Also:
-
ATTR_TIME
-
ATTR_ERRORS
-
ATTR_FAILURES
-
ATTR_TESTS
-
ATTR_TYPE
-
ATTR_MESSAGE
-
PROPERTIES
-
PROPERTY
-
ATTR_VALUE
-
ATTR_CLASSNAME
-
ATTR_ID
-
ATTR_LINE
-
ATTR_COLUMN
-
TIMESTAMP
-
HOSTNAME
-
BUILD_FILE
-