All Known Implementing Classes:
XMLFormatter
$ - Id: XMLConstants.java 238991 2004-05-22 11:34:50Z vmassol $| Field Summary | ||
|---|---|---|
| String | TESTSUITES | Root element for all test suites. |
| String | TESTSUITE | A single test suite results. |
| String | TESTCASE | A single testcase element. |
| String | ERROR | The error element (for a test case). |
| String | FAILURE | The failure element (for a test case). |
| String | ATTR_NAME | Name attribute for property, testcase and testsuite elements. |
| String | ATTR_TIME | Time attribute for testcase and testsuite elements. |
| String | ATTR_ERRORS | Errors attribute for testsuite elements. |
| String | ATTR_FAILURES | Failures attribute for testsuite elements. |
| String | ATTR_TESTS | Tests attribute for testsuite elements (number of tests executed). |
| String | ATTR_TYPE | Type attribute for failure and error elements. |
| String | ATTR_MESSAGE | Message attribute for failure elements (message of the exception). |