Package org.testng.reporters
Interface XMLConstants
-
public interface XMLConstantsinterface 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
Fields Modifier and Type Field Description static StringATTR_CLASSNAMEclassname attribute for testcase elementsstatic StringATTR_ERRORSerrors attribute for testsuite elementsstatic StringATTR_FAILURESfailures attribute for testsuite elementsstatic StringATTR_HOSTNAMEstatic StringATTR_IGNOREDignored attribute for testsuite elementsstatic StringATTR_MESSAGEmessage attribute for failure elementsstatic StringATTR_NAMEname attribute for property, testcase and testsuite elementsstatic StringATTR_PACKAGEpackage attribute for the aggregate documentstatic StringATTR_TESTStests attribute for testsuite elementsstatic StringATTR_TIMEtime attribute for testcase and testsuite elementsstatic StringATTR_TIMESTAMPstatic StringATTR_TYPEtype attribute for failure and error elementsstatic StringATTR_VALUEvalue attribute for property elementsstatic StringERRORthe error elementstatic StringFAILUREthe failure elementstatic StringPROPERTIESthe properties elementstatic StringPROPERTYthe property elementstatic StringSKIPPEDstatic StringSYSTEM_ERRthe system-err elementstatic StringSYSTEM_OUTthe system-out elementstatic StringTESTCASEthe testcase elementstatic StringTESTSUITEthe testsuite elementstatic StringTESTSUITESthe testsuites element for the aggregate document
-
-
-
Field Detail
-
TESTSUITES
static final String TESTSUITES
the testsuites element for the aggregate document- See Also:
- Constant Field Values
-
TESTSUITE
static final String TESTSUITE
the testsuite element- See Also:
- Constant Field Values
-
TESTCASE
static final String TESTCASE
the testcase element- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
the error element- See Also:
- Constant Field Values
-
FAILURE
static final String FAILURE
the failure element- See Also:
- Constant Field Values
-
SKIPPED
static final String SKIPPED
- See Also:
- Constant Field Values
-
SYSTEM_ERR
static final String SYSTEM_ERR
the system-err element- See Also:
- Constant Field Values
-
SYSTEM_OUT
static final String SYSTEM_OUT
the system-out element- See Also:
- Constant Field Values
-
ATTR_PACKAGE
static final String ATTR_PACKAGE
package attribute for the aggregate document- See Also:
- Constant Field Values
-
ATTR_NAME
static final String ATTR_NAME
name attribute for property, testcase and testsuite elements- See Also:
- Constant Field Values
-
ATTR_TIME
static final String ATTR_TIME
time attribute for testcase and testsuite elements- See Also:
- Constant Field Values
-
ATTR_ERRORS
static final String ATTR_ERRORS
errors attribute for testsuite elements- See Also:
- Constant Field Values
-
ATTR_FAILURES
static final String ATTR_FAILURES
failures attribute for testsuite elements- See Also:
- Constant Field Values
-
ATTR_IGNORED
static final String ATTR_IGNORED
ignored attribute for testsuite elements- See Also:
- Constant Field Values
-
ATTR_TESTS
static final String ATTR_TESTS
tests attribute for testsuite elements- See Also:
- Constant Field Values
-
ATTR_TYPE
static final String ATTR_TYPE
type attribute for failure and error elements- See Also:
- Constant Field Values
-
ATTR_MESSAGE
static final String ATTR_MESSAGE
message attribute for failure elements- See Also:
- Constant Field Values
-
PROPERTIES
static final String PROPERTIES
the properties element- See Also:
- Constant Field Values
-
PROPERTY
static final String PROPERTY
the property element- See Also:
- Constant Field Values
-
ATTR_VALUE
static final String ATTR_VALUE
value attribute for property elements- See Also:
- Constant Field Values
-
ATTR_CLASSNAME
static final String ATTR_CLASSNAME
classname attribute for testcase elements- See Also:
- Constant Field Values
-
ATTR_HOSTNAME
static final String ATTR_HOSTNAME
- See Also:
- Constant Field Values
-
ATTR_TIMESTAMP
static final String ATTR_TIMESTAMP
- See Also:
- Constant Field Values
-
-