Uses of Interface
org.apache.batik.test.Test
Packages that use Test
Package
Description
-
Uses of Test in org.apache.batik.swing
Fields in org.apache.batik.swing declared as TestConstructors in org.apache.batik.swing with parameters of type Test -
Uses of Test in org.apache.batik.test
Subinterfaces of Test in org.apache.batik.testModifier and TypeInterfaceDescriptioninterface
ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.Classes in org.apache.batik.test that implement TestModifier and TypeClassDescriptionclass
Base class containing convenience methods for writing tests.class
This class provides an implementation for theaddTest
method and a protected member to store the childrenTest
instances.class
Default implementation of theTestSuite
interface.class
class
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
This abstractTest
implementation instruments performance testing.class
Validates the operation of thePerformanceTest
class.(package private) static class
class
ThisTest
implementation can be used to validate the operation of a specific test.Fields in org.apache.batik.test declared as TestModifier and TypeFieldDescriptionprotected Test
DefaultTestReport.test
private Test
TestReportValidator.test
Test that this validator checksMethods in org.apache.batik.test that return TestModifier and TypeMethodDescriptionThe filter will return null or the inputTest
.Test[]
DefaultTestSuite.getChildrenTests()
Test[]
TestSuite.getChildrenTests()
Returns this suite'sTest
.DefaultTestReport.getTest()
DefaultTestSuiteReport.getTest()
TestReport.getTest()
Returns theTest
object that generated thisTestReport
Methods in org.apache.batik.test with parameters of type TestModifier and TypeMethodDescriptionvoid
Adds aTest
to the suitevoid
Adds aTest
to the suitevoid
Adds aTest
to the suiteThe filter will return null or the inputTest
.AssertException.getTestReport
(Test test) TestErrorConditionException
implementation.TestErrorConditionException.getTestReport
(Test test) Requests a report which describes the exception.void
DefaultTestSuite.removeTest
(Test test) Removes aTest
from the suite.void
TestSuite.removeTest
(Test test) Removes aTest
from the suiteprotected void
Lets derived classes set the configuration parameters for this test.Constructors in org.apache.batik.test with parameters of type TestModifierConstructorDescriptionDefaultTestReport
(Test test) TestReportValidator
(Test test, boolean expectedStatus, String expectedErrorCode) Constructor -
Uses of Test in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement TestModifier and TypeClassDescriptionclass
Checks for regressions in rendering a specific SVG document.class
Preconfigured test for SVG files under the xml-batik/../beSuite directory.class
This test does a pixel comparison of two images and passes if the two images are identical.class
One line Class Desc Complete Class Descclass
Base class for tests which take an additional parameter in addition to the SVG file.class
Convenience class for creating a SVGRenderingAccuracyTest with predefined rules for the various configuration parameters.class
Preconfigured test for SVG files under the xml-batik directory.class
This test takes an SVG file as an input.class
This test validates the operation of SelfContainedSVGOnLoadTest.(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
class
Checks for regressions in rendering of a document with a given alternate stylesheet.class
Checks for regressions in rendering of a document with a given media.class
This test takes an SVG file as an input.class
Base class for tests which take an additional parameter in addition to the SVG file.class
Checks for regressions in rendering a specific SVG document.class
Validates the operation ofSVGRenderingAccuracyTest
by forcing specific test case situations and checking that they are handled properly by the class.(package private) static class
(package private) static class
Validates that test passes if proper variation is given(package private) static class
Validates that the default parameters computation is working as expected.(package private) static class
(package private) static class
Creates anSVGRenderingAccuracyTest
with an valid URL for the source SVG valid URL for the reference image, but the reference image, but the reference image does not exist(package private) static class
Creates anSVGRenderingAccuracyTest
with an valid URL for the source SVG but with an invalid URL for the reference image.(package private) static class
Creates anSVGRenderingAccuracyTest
with a valid URL pointing to an invalid SVG document.(package private) static class
Creates anSVGRenderingAccuracyTest
with an invalid URL for the source SVG.(package private) static class
class
Checks for regressions in rendering of a document with a given alternate stylesheet. -
Uses of Test in org.apache.batik.test.xml
Classes in org.apache.batik.test.xml that implement TestModifier and TypeClassDescriptionclass
Dummy Test which always passes.class
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.(package private) static class
Methods in org.apache.batik.test.xml that return TestModifier and TypeMethodDescriptionprotected static Test
Accept a test if one of the ids is found (i.e., an exact match or a substring) in theTest
's qualified id.Methods in org.apache.batik.test.xml with parameters of type TestModifier and TypeMethodDescriptionAccept a test if one of the ids is found (i.e., an exact match or a substring) in theTest
's qualified id.protected TestReport