Uses of Class
org.apache.batik.test.DefaultTestSuite
-
Packages that use DefaultTestSuite Package Description org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of DefaultTestSuite in org.apache.batik.test.svg
Subclasses of DefaultTestSuite in org.apache.batik.test.svg Modifier and Type Class Description class
SelfContainedSVGOnLoadTestValidator
This test validates the operation of SelfContainedSVGOnLoadTest.class
SVGRenderingAccuracyTestValidator
Validates the operation ofSVGRenderingAccuracyTest
by forcing specific test case situations and checking that they are handled properly by the class. -
Uses of DefaultTestSuite in org.apache.batik.test.xml
Subclasses of DefaultTestSuite in org.apache.batik.test.xml Modifier and Type Class Description class
DummyValidTestSuite
Dummy TestSuite which always passes.class
XMLTestSuiteRunnerValidator
Validates the operation of theXMLTestSuireRunner
by checking that it runs the tests specified by the command line parameter and only these tests.Methods in org.apache.batik.test.xml that return DefaultTestSuite Modifier and Type Method Description protected DefaultTestSuite
XMLTestSuiteRunner. buildTestRunTestSuite(org.w3c.dom.Element element)
Builds aTestSuite
from an input element.
-