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 classSimpleTestReportProcessorA simple implementation of theTestReportProcessorinterface that prints out theTestReportto 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 classSVGAccuracyTestProcessorThis implementation of theTestReportProcessorinterface converts theTestReportsit 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 classXMLTestReportProcessorThis implementation of theTestReportProcessorinterface converts theTestReportsit 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 TestReportProcessorXMLTestSuiteRunner. buildProcessor(org.w3c.dom.Element element)Builds aTestResultProcessorfrom an element.protected TestReportProcessor[]XMLTestSuiteRunner. extractTestReportProcessor(org.w3c.dom.Element element)Builds an array ofTestReportProcessorfrom 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 voidXMLTestSuiteRunner. processReport(TestReport report, TestReportProcessor[] processors)
-