Interface | Description |
---|---|
XMLReflectConstants |
Contains constants for elements and attributes used to
describe Java objects, constructor arguments and properties
in XML.
|
XMLTestReportProcessor.XMLReportConsumer |
An
XMLReportConsumer is notified every time a
new report is generated by an XMLTestReportProcessor |
XTRConstants |
Contains constants for the XML Test Report (XTR) syntax.
|
XTRunConstants |
Contains constants for the XML Test Run (XTRun) syntax.
|
XTSConstants |
Contains constants for the XML Test Suite (XTS) syntax.
|
Class | Description |
---|---|
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. |
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. |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.