org.apache.batik.test.xml |
|
Java Source File Name | Type | Comment |
DummyValidTest.java | Class | Dummy Test which always passes. |
DummyValidTestSuite.java | Class | Dummy TestSuite which always passes. |
Messages.java | Class | This class manages the message for the test.svg module. |
XMLReflect.java | Class | This helper class can be used to build Java object from their
XML description. |
XMLReflectConstants.java | Interface | Contains constants for elements and attributes used to
describe Java objects, constructor arguments and properties
in XML. |
XMLTestReportProcessor.java | Class | This implementation of the TestReportProcessor interface
converts the TestReports it processes into an
XML document that it outputs in a directory. |
XMLTestSuiteLoader.java | Class | This class loads an XML document describing a test suite
into a TestSuite object. |
XMLTestSuiteRunner.java | Class | 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.
This class takes a "Test Run" XML description as an input. |
XMLTestSuiteRunnerValidator.java | Class | Validates the operation of the XMLTestSuireRunner by checking
that it runs the tests specified by the command line parameter and
only these tests. |
XSLXMLReportConsumer.java | Class | 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. |
XTRConstants.java | Interface | Contains constants for the XML Test Report (XTR) syntax. |
XTRunConstants.java | Interface | Contains constants for the XML Test Run (XTRun) syntax. |
XTSConstants.java | Interface | Contains constants for the XML Test Suite (XTS) syntax. |