Uses of Interface
org.apache.batik.test.TestReportProcessor
Packages that use TestReportProcessor
-
Uses of TestReportProcessor in org.apache.batik.test
Classes in org.apache.batik.test that implement TestReportProcessorModifier and TypeClassDescriptionclass
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 TestReportProcessorModifier and TypeClassDescriptionclass
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 TestReportProcessorModifier and TypeClassDescriptionclass
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 TestReportProcessorModifier and TypeMethodDescriptionprotected TestReportProcessor
XMLTestSuiteRunner.buildProcessor
(Element element) Builds aTestResultProcessor
from an element.protected TestReportProcessor[]
XMLTestSuiteRunner.extractTestReportProcessor
(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 TestReportProcessorModifier and TypeMethodDescriptionprotected void
XMLTestSuiteRunner.processReport
(TestReport report, TestReportProcessor[] processors)