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 classSelfContainedSVGOnLoadTestValidatorThis test validates the operation of SelfContainedSVGOnLoadTest.classSVGRenderingAccuracyTestValidatorValidates the operation ofSVGRenderingAccuracyTestby 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 classDummyValidTestSuiteDummy TestSuite which always passes.classXMLTestSuiteRunnerValidatorValidates the operation of theXMLTestSuireRunnerby 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 DefaultTestSuiteXMLTestSuiteRunner. buildTestRunTestSuite(org.w3c.dom.Element element)Builds aTestSuitefrom an input element.
-