Uses of Class
org.apache.batik.test.AbstractTest
-
Packages that use AbstractTest Package Description org.apache.batik.test org.apache.batik.test.xml -
-
Uses of AbstractTest in org.apache.batik.test
Subclasses of AbstractTest in org.apache.batik.test Modifier and Type Class Description class
DefaultTestSuite
Default implementation of theTestSuite
interface.class
OnePerformanceTest
class
ParametrizedTest
This test validates that test properties are inherited from the class that defines the "class" attribute down to each test instance that uses the same class.class
PerformanceTest
This abstractTest
implementation instruments performance testing.class
PerformanceTestValidator
Validates the operation of thePerformanceTest
class.(package private) static class
PerformanceTestValidator.SimplePerformanceTest
class
TestReportValidator
ThisTest
implementation can be used to validate the operation of a specific test. -
Uses of AbstractTest in org.apache.batik.test.xml
Subclasses of AbstractTest in org.apache.batik.test.xml Modifier and Type Class Description class
DummyValidTest
Dummy Test which always passes.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.(package private) static class
XMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest
-