Package | Description |
---|---|
org.apache.batik.test | |
org.apache.batik.test.svg | |
org.apache.batik.test.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestSuite
This class provides an implementation for the
addTest
method and a protected member to store the children Test
instances. |
class |
DefaultTestSuite
Default implementation of the
TestSuite interface. |
Modifier and Type | Field and 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 report
|
Modifier and Type | Method and Description |
---|---|
TestSuite |
Test.getParent()
Returns this
Test 's parent, in case this
Test is part of a TestSuite . |
TestSuite |
AbstractTest.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
Test.setParent(TestSuite parent)
Set this
Test 's parent. |
void |
AbstractTest.setParent(TestSuite parent) |
Constructor and Description |
---|
DefaultTestSuiteReport(TestSuite testSuite) |
Modifier and Type | Class and Description |
---|---|
class |
SelfContainedSVGOnLoadTestValidator
This test validates the operation of SelfContainedSVGOnLoadTest.
|
class |
SVGRenderingAccuracyTestValidator
Validates the operation of
SVGRenderingAccuracyTest
by forcing specific test case situations and checking that
they are handled properly by the class. |
Modifier and Type | Class and Description |
---|---|
class |
DummyValidTestSuite
Dummy TestSuite which always passes.
|
class |
XMLTestSuiteRunnerValidator
Validates the operation of the
XMLTestSuireRunner by checking
that it runs the tests specified by the command line parameter and
only these tests. |
Modifier and Type | Method and Description |
---|---|
protected static TestSuite |
XMLTestSuiteLoader.buildTestSuite(Element element,
TestSuite parent)
Builds a
TestSuite from an input element. |
static TestSuite |
XMLTestSuiteLoader.loadTestSuite(String testSuiteURI,
TestSuite parent)
Load the test suite defined by the input URI
|
Modifier and Type | Method and Description |
---|---|
protected static TestSuite |
XMLTestSuiteLoader.buildTestSuite(Element element,
TestSuite parent)
Builds a
TestSuite from an input element. |
void |
XMLTestSuiteRunner.IdBasedTestFilter.filterTestSuite(TestSuite ts)
Remove children
Test instances from the TestSuite
if they are filtered out. |
static TestSuite |
XMLTestSuiteLoader.loadTestSuite(String testSuiteURI,
TestSuite parent)
Load the test suite defined by the input URI
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.