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 TypeClassDescriptionclass
This class provides an implementation for theaddTest
method and a protected member to store the childrenTest
instances.class
Default implementation of theTestSuite
interface.Fields in org.apache.batik.test declared as TestSuiteModifier and TypeFieldDescriptionprotected TestSuite
AbstractTest.parent
This test's parent, in case this test is part of a suite.protected TestSuite
DefaultTestSuiteReport.testSuite
TestSuite that created this reportMethods in org.apache.batik.test that return TestSuiteModifier and TypeMethodDescriptionAbstractTest.getParent()
Test.getParent()
Returns thisTest
's parent, in case thisTest
is part of aTestSuite
.Methods in org.apache.batik.test with parameters of type TestSuiteModifier and TypeMethodDescriptionvoid
void
Set 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 TypeClassDescriptionclass
This test validates the operation of SelfContainedSVGOnLoadTest.class
Validates the operation ofSVGRenderingAccuracyTest
by 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 TypeClassDescriptionclass
Dummy TestSuite which always passes.class
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 TestSuiteModifier and TypeMethodDescriptionprotected static TestSuite
XMLTestSuiteLoader.buildTestSuite
(Element element, TestSuite parent) Builds aTestSuite
from an input element.static TestSuite
XMLTestSuiteLoader.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 TestSuite
XMLTestSuiteLoader.buildTestSuite
(Element element, TestSuite parent) Builds aTestSuite
from an input element.void
XMLTestSuiteRunner.IdBasedTestFilter.filterTestSuite
(TestSuite ts) Remove childrenTest
instances from theTestSuite
if they are filtered out.static TestSuite
XMLTestSuiteLoader.loadTestSuite
(String testSuiteURI, TestSuite parent) Load the test suite defined by the input URI