DummyValidTest |
Dummy Test which always passes.
|
DummyValidTestSuite |
Dummy TestSuite which always passes.
|
Messages |
This class manages the message for the test.svg module.
|
XMLReflect |
This helper class can be used to build Java object from their
XML description.
|
XMLTestReportProcessor |
This implementation of the TestReportProcessor interface
converts the TestReports it processes into an
XML document that it outputs in a directory.
|
XMLTestSuiteLoader |
This class loads an XML document describing a test suite
into a TestSuite object.
|
XMLTestSuiteRunner |
This class can be used to build and run a TestSuite from
an XML description following the "XML Test Run" and "XML Test Suite"
formats, whose constants are defined in the XTRunConstants
and XTSConstants interfaces.
|
XMLTestSuiteRunner.AcceptAllTestsFilter |
Test filter which accepts all tests
|
XMLTestSuiteRunner.IdBasedTestFilter |
Test filter which only accepts tests with ids matching
the ones passed to its constructor.
|
XMLTestSuiteRunnerValidator |
Validates the operation of the XMLTestSuireRunner by checking
that it runs the tests specified by the command line parameter and
only these tests.
|
XMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest |
|
XSLXMLReportConsumer |
This implementation of the XMLTestReportProcessor.XMLReportConsumer
interface simply applies an XSL transformation to the input
XML file and stores the result in a configurable directory.
|