Uses of Interface
org.apache.batik.test.TestSuite
-
Packages that use TestSuite Package Description org.apache.batik.test org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of TestSuite in org.apache.batik.test
Classes in org.apache.batik.test that implement TestSuite Modifier and Type Class Description classAbstractTestSuiteThis class provides an implementation for theaddTestmethod and a protected member to store the childrenTestinstances.classDefaultTestSuiteDefault implementation of theTestSuiteinterface.Fields in org.apache.batik.test declared as TestSuite Modifier and Type Field Description protected TestSuiteAbstractTest. parentThis test's parent, in case this test is part of a suite.protected TestSuiteDefaultTestSuiteReport. testSuiteTestSuite that created this reportMethods in org.apache.batik.test that return TestSuite Modifier and Type Method Description TestSuiteAbstractTest. getParent()TestSuiteTest. getParent()Returns thisTest's parent, in case thisTestis part of aTestSuite.Methods in org.apache.batik.test with parameters of type TestSuite Modifier and Type Method Description voidAbstractTest. setParent(TestSuite parent)voidTest. setParent(TestSuite parent)Set thisTest's parent.Constructors in org.apache.batik.test with parameters of type TestSuite Constructor Description DefaultTestSuiteReport(TestSuite testSuite) -
Uses of TestSuite in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement TestSuite 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 TestSuite in org.apache.batik.test.xml
Classes in org.apache.batik.test.xml that implement TestSuite 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 TestSuite Modifier and Type Method Description protected static TestSuiteXMLTestSuiteLoader. buildTestSuite(org.w3c.dom.Element element, TestSuite parent)Builds aTestSuitefrom an input element.static TestSuiteXMLTestSuiteLoader. loadTestSuite(java.lang.String testSuiteURI, TestSuite parent)Load the test suite defined by the input URIMethods in org.apache.batik.test.xml with parameters of type TestSuite Modifier and Type Method Description protected static TestSuiteXMLTestSuiteLoader. buildTestSuite(org.w3c.dom.Element element, TestSuite parent)Builds aTestSuitefrom an input element.voidXMLTestSuiteRunner.IdBasedTestFilter. filterTestSuite(TestSuite ts)Remove childrenTestinstances from theTestSuiteif they are filtered out.static TestSuiteXMLTestSuiteLoader. loadTestSuite(java.lang.String testSuiteURI, TestSuite parent)Load the test suite defined by the input URI
-