Uses of Class
org.apache.batik.test.TestException
Packages that use TestException
-
Uses of TestException in org.apache.batik.test
Methods in org.apache.batik.test that throw TestExceptionModifier and TypeMethodDescriptionvoidSimpleTestReportProcessor.processReport(TestReport report) Recursively prints out the entries of the input report and its children reports, if any.voidTestReportProcessor.processReport(TestReport report) Requests the processor to process the inputTestReportinstances. -
Uses of TestException in org.apache.batik.test.xml
Methods in org.apache.batik.test.xml that throw TestExceptionModifier and TypeMethodDescriptionprotected TestReportProcessorXMLTestSuiteRunner.buildProcessor(Element element) Builds aTestResultProcessorfrom an element.protected static Testprotected DefaultTestSuiteXMLTestSuiteRunner.buildTestRunTestSuite(Element element) Builds aTestSuitefrom an input element.protected static TestSuiteXMLTestSuiteLoader.buildTestSuite(Element element, TestSuite parent) Builds aTestSuitefrom an input element.voidXMLTestReportProcessor.checkDirectory(File dir, String errorCode) Checks that the input File represents a directory that can be used.voidXSLXMLReportConsumer.checkDirectory(File dir) Checks that the input File represents a directory that can be used.protected TestReportProcessor[]XMLTestSuiteRunner.extractTestReportProcessor(Element element) Builds an array ofTestReportProcessorfrom the input element, assuming the input element is a <testSuite> instance,voidXMLTestReportProcessor.initializeReportDirectories()By default, the report directory is given by a configuration variable.static TestSuiteXMLTestSuiteLoader.loadTestSuite(String testSuiteURI, TestSuite parent) Load the test suite defined by the input URIprotected static DocumentXMLTestSuiteLoader.loadTestSuiteDocument(String testSuiteURI) Loads the URI as aDocumentvoidXMLTestReportProcessor.processReport(TestReport report) Recursively processes the inputTestReportand any of its children.protected voidXMLTestSuiteRunner.processReport(TestReport report, TestReportProcessor[] processors) Runs the test suite described by the input Document object.protected TestReportprotected TestReport