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 TypeMethodDescriptionvoid
SimpleTestReportProcessor.processReport
(TestReport report) Recursively prints out the entries of the input report and its children reports, if any.void
TestReportProcessor.processReport
(TestReport report) Requests the processor to process the inputTestReport
instances. -
Uses of TestException in org.apache.batik.test.xml
Methods in org.apache.batik.test.xml that throw TestExceptionModifier and TypeMethodDescriptionprotected TestReportProcessor
XMLTestSuiteRunner.buildProcessor
(Element element) Builds aTestResultProcessor
from an element.protected static Test
protected DefaultTestSuite
XMLTestSuiteRunner.buildTestRunTestSuite
(Element element) Builds aTestSuite
from an input element.protected static TestSuite
XMLTestSuiteLoader.buildTestSuite
(Element element, TestSuite parent) Builds aTestSuite
from an input element.void
XMLTestReportProcessor.checkDirectory
(File dir, String errorCode) Checks that the input File represents a directory that can be used.void
XSLXMLReportConsumer.checkDirectory
(File dir) Checks that the input File represents a directory that can be used.protected TestReportProcessor[]
XMLTestSuiteRunner.extractTestReportProcessor
(Element element) Builds an array ofTestReportProcessor
from the input element, assuming the input element is a <testSuite> instance,void
XMLTestReportProcessor.initializeReportDirectories()
By default, the report directory is given by a configuration variable.static TestSuite
XMLTestSuiteLoader.loadTestSuite
(String testSuiteURI, TestSuite parent) Load the test suite defined by the input URIprotected static Document
XMLTestSuiteLoader.loadTestSuiteDocument
(String testSuiteURI) Loads the URI as aDocument
void
XMLTestReportProcessor.processReport
(TestReport report) Recursively processes the inputTestReport
and any of its children.protected void
XMLTestSuiteRunner.processReport
(TestReport report, TestReportProcessor[] processors) Runs the test suite described by the input Document object.protected TestReport
protected TestReport