|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
XML constants for outputting the JUnit test results in XML. Note: This class was copied from the Jakarta Ant project and heavily adapted for Cactus.
XMLFormatter
Field Summary | |
static String |
ATTR_ERRORS
Errors attribute for testsuite elements |
static String |
ATTR_FAILURES
Failures attribute for testsuite elements |
static String |
ATTR_MESSAGE
Message attribute for failure elements (message of the exception) |
static String |
ATTR_NAME
Name attribute for property, testcase and testsuite elements |
static String |
ATTR_TESTS
Tests attribute for testsuite elements (number of tests executed) |
static String |
ATTR_TIME
Time attribute for testcase and testsuite elements |
static String |
ATTR_TYPE
Type attribute for failure and error elements |
static String |
ERROR
The error element (for a test case) |
static String |
FAILURE
The failure element (for a test case) |
static String |
TESTCASE
A single testcase element |
static String |
TESTSUITE
A single test suite results. |
static String |
TESTSUITES
Root element for all test suites. |
Constructor Summary | |
XMLConstants()
|
Field Detail |
public static final String ATTR_ERRORS
public static final String ATTR_FAILURES
public static final String ATTR_MESSAGE
public static final String ATTR_NAME
public static final String ATTR_TESTS
public static final String ATTR_TIME
public static final String ATTR_TYPE
public static final String ERROR
public static final String FAILURE
public static final String TESTCASE
public static final String TESTSUITE
public static final String TESTSUITES
Constructor Detail |
public XMLConstants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |