org.apache.tools.ant.taskdefs.optional.junit

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: XMLJUnitResultFormatter XMLResultAggregator

Field Summary
StringATTR_CLASSNAME
classname attribute for testcase elements
StringATTR_ERRORS
errors attribute for testsuite elements
StringATTR_FAILURES
failures attribute for testsuite elements
StringATTR_ID
id attribute
StringATTR_MESSAGE
message attribute for failure elements
StringATTR_NAME
name attribute for property, testcase and testsuite elements
StringATTR_PACKAGE
package attribute for the aggregate document
StringATTR_TESTS
tests attribute for testsuite elements
StringATTR_TIME
time attribute for testcase and testsuite elements
StringATTR_TYPE
type attribute for failure and error elements
StringATTR_VALUE
value attribute for property elements
StringERROR
the error element
StringFAILURE
the failure element
StringPROPERTIES
the properties element
StringPROPERTY
the property element
StringSYSTEM_ERR
the system-err element
StringSYSTEM_OUT
the system-out element
StringTESTCASE
the testcase element
StringTESTSUITE
the testsuite element
StringTESTSUITES
the testsuites element for the aggregate document

Field Detail

ATTR_CLASSNAME

public String ATTR_CLASSNAME
classname attribute for testcase elements

ATTR_ERRORS

public String ATTR_ERRORS
errors attribute for testsuite elements

ATTR_FAILURES

public String ATTR_FAILURES
failures attribute for testsuite elements

ATTR_ID

public String ATTR_ID
id attribute

ATTR_MESSAGE

public String ATTR_MESSAGE
message attribute for failure elements

ATTR_NAME

public String ATTR_NAME
name attribute for property, testcase and testsuite elements

ATTR_PACKAGE

public String ATTR_PACKAGE
package attribute for the aggregate document

ATTR_TESTS

public String ATTR_TESTS
tests attribute for testsuite elements

ATTR_TIME

public String ATTR_TIME
time attribute for testcase and testsuite elements

ATTR_TYPE

public String ATTR_TYPE
type attribute for failure and error elements

ATTR_VALUE

public String ATTR_VALUE
value attribute for property elements

ERROR

public String ERROR
the error element

FAILURE

public String FAILURE
the failure element

PROPERTIES

public String PROPERTIES
the properties element

PROPERTY

public String PROPERTY
the property element

SYSTEM_ERR

public String SYSTEM_ERR
the system-err element

SYSTEM_OUT

public String SYSTEM_OUT
the system-out element

TESTCASE

public String TESTCASE
the testcase element

TESTSUITE

public String TESTSUITE
the testsuite element

TESTSUITES

public String TESTSUITES
the testsuites element for the aggregate document
Copyright