Package | Description |
---|---|
org.apache.batik.test | |
org.apache.batik.test.xml |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTestReportProcessor.processReport(TestReport report)
Recursively prints out the entries of the input
report and its children reports, if any.
|
void |
TestReportProcessor.processReport(TestReport report)
Requests the processor to process the input
TestReport instances. |
Modifier and Type | Method and Description |
---|---|
protected TestReportProcessor |
XMLTestSuiteRunner.buildProcessor(Element element)
Builds a
TestResultProcessor from an element. |
protected static Test |
XMLTestSuiteLoader.buildTest(Element element) |
protected DefaultTestSuite |
XMLTestSuiteRunner.buildTestRunTestSuite(Element element)
Builds a
TestSuite from an input element. |
protected static TestSuite |
XMLTestSuiteLoader.buildTestSuite(Element element,
TestSuite parent)
Builds a
TestSuite from an input element. |
void |
XSLXMLReportConsumer.checkDirectory(File dir)
Checks that the input File represents a directory that
can be used.
|
void |
XMLTestReportProcessor.checkDirectory(File dir,
String errorCode)
Checks that the input File represents a directory that
can be used.
|
protected TestReportProcessor[] |
XMLTestSuiteRunner.extractTestReportProcessor(Element element)
Builds an array of
TestReportProcessor from the input
element, assuming the input element is a <testSuite> instance, |
void |
XMLTestReportProcessor.initializeReportDirectories()
By default, the report directory is given by a configuration
variable.
|
static TestSuite |
XMLTestSuiteLoader.loadTestSuite(String testSuiteURI,
TestSuite parent)
Load the test suite defined by the input URI
|
protected static Document |
XMLTestSuiteLoader.loadTestSuiteDocument(String testSuiteURI)
Loads the URI as a
Document |
void |
XMLTestReportProcessor.processReport(TestReport report)
Recursively processes the input
TestReport and
any of its children. |
protected void |
XMLTestSuiteRunner.processReport(TestReport report,
TestReportProcessor[] processors) |
TestReport |
XMLTestSuiteRunner.run(Document doc,
String[] ids)
Runs the test suite described by the input
Document object.
|
protected TestReport |
XMLTestSuiteRunner.run(Element testRunElement,
String[] ids) |
protected TestReport |
XMLTestSuiteRunner.runTest(Test test) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.