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 class
AbstractTestSuite
This class provides an implementation for theaddTest
method and a protected member to store the childrenTest
instances.class
DefaultTestSuite
Default implementation of theTestSuite
interface.Fields in org.apache.batik.test declared as TestSuite Modifier and Type Field Description protected 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 TestSuite Modifier and Type Method Description TestSuite
AbstractTest. getParent()
TestSuite
Test. getParent()
Returns thisTest
's parent, in case thisTest
is part of aTestSuite
.Methods in org.apache.batik.test with parameters of type TestSuite Modifier and Type Method Description void
AbstractTest. setParent(TestSuite parent)
void
Test. 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 class
SelfContainedSVGOnLoadTestValidator
This test validates the operation of SelfContainedSVGOnLoadTest.class
SVGRenderingAccuracyTestValidator
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 TestSuite 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 TestSuite Modifier and Type Method Description protected static TestSuite
XMLTestSuiteLoader. buildTestSuite(org.w3c.dom.Element element, TestSuite parent)
Builds aTestSuite
from an input element.static TestSuite
XMLTestSuiteLoader. 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 TestSuite
XMLTestSuiteLoader. buildTestSuite(org.w3c.dom.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(java.lang.String testSuiteURI, TestSuite parent)
Load the test suite defined by the input URI
-