Interface XMLConstants
- All Known Implementing Classes:
XMLJUnitResultFormatter
,XMLResultAggregator
public interface XMLConstants
Interface groups XML constants.
Interface that groups all constants used throughout the XML
documents that are generated by the XMLJUnitResultFormatter
.
<!ELEMENT testsuites (testsuite*)> <!ELEMENT testsuite (properties, testcase*, failure?, error?, system-out?, system-err?)> <!ATTLIST testsuite name CDATA #REQUIRED> <!ATTLIST testsuite tests CDATA #REQUIRED> <!ATTLIST testsuite failures CDATA #REQUIRED> <!ATTLIST testsuite errors CDATA #REQUIRED> <!ATTLIST testsuite time CDATA #REQUIRED> <!ATTLIST testsuite package CDATA #IMPLIED> <!ATTLIST testsuite id CDATA #IMPLIED> <!ELEMENT properties (property*)> <!ELEMENT property EMPTY> <!ATTLIST property name CDATA #REQUIRED> <!ATTLIST property value CDATA #REQUIRED> <!ELEMENT testcase (failure?, error?)> <!ATTLIST testcase name CDATA #REQUIRED> <!ATTLIST testcase classname CDATA #IMPLIED> <!ATTLIST testcase time CDATA #REQUIRED> <!ELEMENT failure (#PCDATA)> <!ATTLIST failure message CDATA #IMPLIED> <!ATTLIST failure type CDATA #REQUIRED> <!ELEMENT error (#PCDATA)> <!ATTLIST error message CDATA #IMPLIED> <!ATTLIST error type CDATA #REQUIRED> <!ELEMENT system-err (#PCDATA)> <!ELEMENT system-out (#PCDATA)>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
classname attribute for testcase elementsstatic final String
errors attribute for testsuite elementsstatic final String
failures attribute for testsuite elementsstatic final String
id attributestatic final String
message attribute for failure elementsstatic final String
name attribute for property, testcase and testsuite elementsstatic final String
package attribute for the aggregate documentstatic final String
static final String
tests attribute for testsuite elementsstatic final String
time attribute for testcase and testsuite elementsstatic final String
type attribute for failure and error elementsstatic final String
value attribute for property elementsstatic final String
the error elementstatic final String
the failure elementstatic final String
name of host running the testsstatic final String
the properties elementstatic final String
the property elementstatic final String
the system-err elementstatic final String
the system-out elementstatic final String
the testcase elementstatic final String
the testsuite elementstatic final String
the testsuites element for the aggregate documentstatic final String
timestamp 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_SKIPPED
- See Also:
-
ATTR_TYPE
-
ATTR_MESSAGE
-
PROPERTIES
-
PROPERTY
-
ATTR_VALUE
-
ATTR_CLASSNAME
-
ATTR_ID
-
TIMESTAMP
-
HOSTNAME
-