Package | Description |
---|---|
org.apache.batik.test | |
org.apache.batik.test.svg | |
org.apache.batik.test.xml |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTestReportProcessor
A simple implementation of the
TestReportProcessor interface
that prints out the TestReport to the standard output. |
Modifier and Type | Class and Description |
---|---|
class |
SVGAccuracyTestProcessor
This implementation of the
TestReportProcessor interface
converts the TestReports it processes into an
XML document that it outputs in a directory. |
Modifier and Type | Class and Description |
---|---|
class |
XMLTestReportProcessor
This implementation of the
TestReportProcessor interface
converts the TestReports it processes into an
XML document that it outputs in a directory. |
Modifier and Type | Method and Description |
---|---|
protected TestReportProcessor |
XMLTestSuiteRunner.buildProcessor(Element element)
Builds a
TestResultProcessor from an element. |
protected TestReportProcessor[] |
XMLTestSuiteRunner.extractTestReportProcessor(Element element)
Builds an array of
TestReportProcessor from the input
element, assuming the input element is a <testSuite> instance, |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLTestSuiteRunner.processReport(TestReport report,
TestReportProcessor[] processors) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.