Package org.testng.reporters
Interface XMLConstants
public interface XMLConstants
interface groups the XML constants tries to emulate what's in
org.apache.tools.ant.taskdefs.optional.junit.XMLConstants to be compatible with junitreport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringclassname attribute for testcase elementsstatic final Stringerrors attribute for testsuite elementsstatic final Stringfailures attribute for testsuite elementsstatic final Stringstatic final Stringignored attribute for testsuite elementsstatic 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 Stringstatic final Stringtype attribute for failure and error elementsstatic final Stringvalue attribute for property elementsstatic final Stringthe error elementstatic final Stringthe failure elementstatic final Stringthe properties elementstatic final Stringthe property elementstatic final Stringstatic 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 document
-
Field Details
-
TESTSUITES
the testsuites element for the aggregate document- See Also:
-
TESTSUITE
the testsuite element- See Also:
-
TESTCASE
the testcase element- See Also:
-
ERROR
the error element- See Also:
-
FAILURE
the failure element- See Also:
-
SKIPPED
- See Also:
-
SYSTEM_ERR
the system-err element- See Also:
-
SYSTEM_OUT
the system-out element- See Also:
-
ATTR_PACKAGE
package attribute for the aggregate document- See Also:
-
ATTR_NAME
name attribute for property, testcase and testsuite elements- See Also:
-
ATTR_TIME
time attribute for testcase and testsuite elements- See Also:
-
ATTR_ERRORS
errors attribute for testsuite elements- See Also:
-
ATTR_FAILURES
failures attribute for testsuite elements- See Also:
-
ATTR_IGNORED
ignored attribute for testsuite elements- See Also:
-
ATTR_TESTS
tests attribute for testsuite elements- See Also:
-
ATTR_TYPE
type attribute for failure and error elements- See Also:
-
ATTR_MESSAGE
message attribute for failure elements- See Also:
-
PROPERTIES
the properties element- See Also:
-
PROPERTY
the property element- See Also:
-
ATTR_VALUE
value attribute for property elements- See Also:
-
ATTR_CLASSNAME
classname attribute for testcase elements- See Also:
-
ATTR_HOSTNAME
- See Also:
-
ATTR_TIMESTAMP
- See Also:
-