Uses of Interface
org.apache.batik.test.TestReportProcessor
-
Packages that use TestReportProcessor Package Description org.apache.batik.test org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of TestReportProcessor in org.apache.batik.test
Classes in org.apache.batik.test that implement TestReportProcessor Modifier and Type Class Description class
SimpleTestReportProcessor
A simple implementation of theTestReportProcessor
interface that prints out theTestReport
to the standard output. -
Uses of TestReportProcessor in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement TestReportProcessor Modifier and Type Class Description class
SVGAccuracyTestProcessor
This implementation of theTestReportProcessor
interface converts theTestReports
it processes into an XML document that it outputs in a directory. -
Uses of TestReportProcessor in org.apache.batik.test.xml
Classes in org.apache.batik.test.xml that implement TestReportProcessor Modifier and Type Class Description class
XMLTestReportProcessor
This implementation of theTestReportProcessor
interface converts theTestReports
it processes into an XML document that it outputs in a directory.Methods in org.apache.batik.test.xml that return TestReportProcessor Modifier and Type Method Description protected TestReportProcessor
XMLTestSuiteRunner. buildProcessor(org.w3c.dom.Element element)
Builds aTestResultProcessor
from an element.protected TestReportProcessor[]
XMLTestSuiteRunner. extractTestReportProcessor(org.w3c.dom.Element element)
Builds an array ofTestReportProcessor
from the input element, assuming the input element is a <testSuite> instance,Methods in org.apache.batik.test.xml with parameters of type TestReportProcessor Modifier and Type Method Description protected void
XMLTestSuiteRunner. processReport(TestReport report, TestReportProcessor[] processors)
-