Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.server.runner » [javadoc | source]
org.apache.cactus.internal.server.runner
public interface: XMLConstants [javadoc | source]

All Known Implementing Classes:
    XMLFormatter

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.
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).