Uses of Interface
org.apache.batik.test.TestSuite
Packages that use TestSuite
-
Uses of TestSuite in org.apache.batik.test
Classes in org.apache.batik.test that implement TestSuiteModifier and TypeClassDescriptionclassThis class provides an implementation for theaddTestmethod and a protected member to store the childrenTestinstances.classDefault implementation of theTestSuiteinterface.Fields in org.apache.batik.test declared as TestSuiteModifier and TypeFieldDescriptionprotected 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 TestSuiteModifier and TypeMethodDescriptionAbstractTest.getParent()Test.getParent()Returns thisTest's parent, in case thisTestis part of aTestSuite.Methods in org.apache.batik.test with parameters of type TestSuiteModifier and TypeMethodDescriptionvoidvoidSet thisTest's parent.Constructors in org.apache.batik.test with parameters of type TestSuite -
Uses of TestSuite in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement TestSuiteModifier and TypeClassDescriptionclassThis test validates the operation of SelfContainedSVGOnLoadTest.classValidates 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 TestSuiteModifier and TypeClassDescriptionclassDummy TestSuite which always passes.classValidates 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 TestSuiteModifier and TypeMethodDescriptionprotected static TestSuiteXMLTestSuiteLoader.buildTestSuite(Element element, TestSuite parent) Builds aTestSuitefrom an input element.static TestSuiteXMLTestSuiteLoader.loadTestSuite(String testSuiteURI, TestSuite parent) Load the test suite defined by the input URIMethods in org.apache.batik.test.xml with parameters of type TestSuiteModifier and TypeMethodDescriptionprotected static TestSuiteXMLTestSuiteLoader.buildTestSuite(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(String testSuiteURI, TestSuite parent) Load the test suite defined by the input URI