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 ---------------------->
XMLAntUnitListener
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_CLASSNAME
classname attribute for testcase elements
|
static String |
ATTR_COLUMN
columnnumber attribute
|
static String |
ATTR_ERRORS
errors attribute for testsuite elements
|
static String |
ATTR_FAILURES
failures attribute for testsuite elements
|
static String |
ATTR_ID
id attribute
|
static String |
ATTR_LINE
linenumber attribute
|
static String |
ATTR_MESSAGE
message attribute for failure elements
|
static String |
ATTR_NAME
name attribute for property, testcase and testsuite elements
|
static String |
ATTR_PACKAGE
package attribute for the aggregate document
|
static String |
ATTR_TESTS
tests attribute for testsuite elements
|
static String |
ATTR_TIME
time attribute for testcase and testsuite elements
|
static String |
ATTR_TYPE
type attribute for failure and error elements
|
static String |
ATTR_VALUE
value attribute for property elements
|
static String |
BUILD_FILE
name of the build file.
|
static String |
ERROR
the error element
|
static String |
FAILURE
the failure element
|
static String |
HOSTNAME
name of host running the tests
|
static String |
PROPERTIES
the properties element
|
static String |
PROPERTY
the property element
|
static String |
SYSTEM_ERR
the system-err element
|
static String |
SYSTEM_OUT
the system-out element
|
static String |
TESTCASE
the testcase element
|
static String |
TESTSUITE
the testsuite element
|
static String |
TESTSUITES
the testsuites element for the aggregate document
|
static String |
TIMESTAMP
timestamp of test cases
|
static final String TESTSUITES
static final String TESTSUITE
static final String TESTCASE
static final String ERROR
static final String FAILURE
static final String SYSTEM_ERR
static final String SYSTEM_OUT
static final String ATTR_PACKAGE
static final String ATTR_NAME
static final String ATTR_TIME
static final String ATTR_ERRORS
static final String ATTR_FAILURES
static final String ATTR_TESTS
static final String ATTR_TYPE
static final String ATTR_MESSAGE
static final String PROPERTIES
static final String PROPERTY
static final String ATTR_VALUE
static final String ATTR_CLASSNAME
static final String ATTR_ID
static final String ATTR_LINE
static final String ATTR_COLUMN
static final String TIMESTAMP
static final String HOSTNAME
static final String BUILD_FILE
Copyright © 2023 The Apache Software Foundation. All rights reserved.