org.apache.cactus.internal.server.runner |
Contains the classes that implement the Cactus
ServletTestRunner .
|
Java Source File Name | Type | Comment |
TestXMLFormatter.java | Class | Unit tests for
XMLFormatter . |
WebappTestRunner.java | Class | JUnit Test Runner that can load test cases that are in the classpath of
a webapp. |
WebappTestSuiteLoader.java | Class | Dynamic class loader to load classes from the webapp classpath. |
XMLConstants.java | Interface | XML constants for outputting the JUnit test results in XML. |
XMLFormatter.java | Class | Format the test results in XML. |
XMLTransformer.java | Class | Helper class that handles the transformation of the XML test results to
some output format determined by a stylesheet. |