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 TypeClassDescriptionclassA 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 TestReportProcessorModifier and TypeClassDescriptionclassThis 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 TestReportProcessorModifier and TypeClassDescriptionclassThis 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 TestReportProcessorModifier and TypeMethodDescriptionprotected TestReportProcessorXMLTestSuiteRunner.buildProcessor(Element element) Builds aTestResultProcessorfrom an element.protected TestReportProcessor[]XMLTestSuiteRunner.extractTestReportProcessor(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 TestReportProcessorModifier and TypeMethodDescriptionprotected voidXMLTestSuiteRunner.processReport(TestReport report, TestReportProcessor[] processors)