Uses of Class
org.apache.batik.test.DefaultTestSuite
-
Packages that use DefaultTestSuite Package Description org.apache.batik.test.xml -
-
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.
-