Package | Description |
---|---|
org.apache.batik.swing | |
org.apache.batik.test | |
org.apache.batik.test.svg | |
org.apache.batik.test.xml |
Constructor and Description |
---|
JSVGCanvasHandler(Test host,
JSVGCanvasHandler.Delegate delegate) |
Modifier and Type | Interface and Description |
---|---|
interface |
TestSuite
A
TestSuite is a composite test, that is, a test
made of multiple children Test cases. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTest
Base class containing convenience methods for writing tests.
|
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. |
class |
OnePerformanceTest |
class |
ParametrizedTest
This test validates that test properties are inherited from the class that
defines the "class" attribute down to each test instance that uses the
same class.
|
class |
PerformanceTest
This abstract
Test implementation instruments performance
testing. |
class |
PerformanceTestValidator
Validates the operation of the
PerformanceTest class. |
class |
TestReportValidator
This
Test implementation can be used to validate the
operation of a specific test. |
Modifier and Type | Field and Description |
---|---|
protected Test |
DefaultTestReport.test |
Modifier and Type | Method and Description |
---|---|
Test |
TestFilter.filter(Test t)
The filter will return null or the input
Test . |
Test[] |
TestSuite.getChildrenTests()
Returns this suite's
Test . |
Test[] |
DefaultTestSuite.getChildrenTests() |
Test |
DefaultTestSuiteReport.getTest() |
Test |
DefaultTestReport.getTest() |
Test |
TestReport.getTest()
Returns the
Test object that generated this
TestReport |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestSuite.addTest(Test test)
Adds a
Test to the suite |
void |
TestSuite.addTest(Test test)
Adds a
Test to the suite |
void |
DefaultTestSuite.addTest(Test test)
Adds a
Test to the suite |
Test |
TestFilter.filter(Test t)
The filter will return null or the input
Test . |
TestReport |
AssertException.getTestReport(Test test)
TestErrorConditionException implementation. |
TestReport |
TestErrorConditionException.getTestReport(Test test)
Requests a report which describes the exception.
|
void |
TestSuite.removeTest(Test test)
Removes a
Test from the suite |
void |
DefaultTestSuite.removeTest(Test test)
Removes a
Test from the suite. |
protected void |
TestReportValidator.setConfig(Test test,
boolean expectedStatus,
String expectedErrorCode)
Lets derived classes set the configuration parameters
for this test.
|
Constructor and Description |
---|
DefaultTestReport(Test test) |
TestReportValidator(Test test,
boolean expectedStatus,
String expectedErrorCode)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRenderingAccuracyTest
Checks for regressions in rendering a specific SVG document.
|
class |
BERenderingTest
Preconfigured test for SVG files under the xml-batik/../beSuite
directory.
|
class |
ImageCompareTest
This test does a pixel comparison of two images and passes if the
two images are identical.
|
class |
JSVGRenderingAccuracyTest
One line Class Desc
Complete Class Desc
|
class |
ParametrizedRenderingAccuracyTest
Base class for tests which take an additional parameter in addition
to the SVG file.
|
class |
PreconfiguredRenderingTest
Convenience class for creating a SVGRenderingAccuracyTest with predefined
rules for the various configuration parameters.
|
class |
SamplesRenderingTest
Preconfigured test for SVG files under the xml-batik directory.
|
class |
SelfContainedSVGOnLoadTest
This test takes an SVG file as an input.
|
class |
SelfContainedSVGOnLoadTestValidator
This test validates the operation of SelfContainedSVGOnLoadTest.
|
class |
SVGAlternateStyleSheetRenderingAccuracyTest
Checks for regressions in rendering of a document with a given
alternate stylesheet.
|
class |
SVGMediaRenderingAccuracyTest
Checks for regressions in rendering of a document with a given
media.
|
class |
SVGOnLoadExceptionTest
This test takes an SVG file as an input.
|
class |
SVGReferenceRenderingAccuracyTest
Base class for tests which take an additional parameter in addition
to the SVG file.
|
class |
SVGRenderingAccuracyTest
Checks for regressions in rendering a specific SVG document.
|
class |
SVGRenderingAccuracyTestValidator
Validates the operation of
SVGRenderingAccuracyTest
by forcing specific test case situations and checking that
they are handled properly by the class. |
class |
SVGTextContentRenderingAccuracyTest
Checks for regressions in rendering of a document with a given
alternate stylesheet.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyValidTest
Dummy Test which always passes.
|
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 Test |
XMLTestSuiteLoader.buildTest(Element element) |
Test |
XMLTestSuiteRunner.AcceptAllTestsFilter.filter(Test t) |
Test |
XMLTestSuiteRunner.IdBasedTestFilter.filter(Test t)
Accept a test if one of the ids is found (i.e., an
exact match or a substring) in the
Test 's
qualified id. |
Modifier and Type | Method and Description |
---|---|
Test |
XMLTestSuiteRunner.AcceptAllTestsFilter.filter(Test t) |
Test |
XMLTestSuiteRunner.IdBasedTestFilter.filter(Test t)
Accept a test if one of the ids is found (i.e., an
exact match or a substring) in the
Test 's
qualified id. |
protected TestReport |
XMLTestSuiteRunner.runTest(Test test) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.