Uses of Interface
org.apache.batik.test.Test
-
Packages that use Test Package Description org.apache.batik.swing org.apache.batik.test org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of Test in org.apache.batik.swing
Fields in org.apache.batik.swing declared as Test Modifier and Type Field Description (package private) Test
JSVGCanvasHandler. host
Constructors in org.apache.batik.swing with parameters of type Test Constructor Description JSVGCanvasHandler(Test host, JSVGCanvasHandler.Delegate delegate)
-
Uses of Test in org.apache.batik.test
Subinterfaces of Test in org.apache.batik.test Modifier and Type Interface Description interface
TestSuite
ATestSuite
is a composite test, that is, a test made of multiple childrenTest
cases.Classes in org.apache.batik.test that implement Test Modifier and Type Class Description class
AbstractTest
Base class containing convenience methods for writing tests.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.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 abstractTest
implementation instruments performance testing.class
PerformanceTestValidator
Validates the operation of thePerformanceTest
class.(package private) static class
PerformanceTestValidator.SimplePerformanceTest
class
TestReportValidator
ThisTest
implementation can be used to validate the operation of a specific test.Fields in org.apache.batik.test declared as Test Modifier and Type Field Description protected Test
DefaultTestReport. test
private Test
TestReportValidator. test
Test that this validator checksMethods in org.apache.batik.test that return Test Modifier and Type Method Description Test
TestFilter. filter(Test t)
The filter will return null or the inputTest
.Test[]
DefaultTestSuite. getChildrenTests()
Test[]
TestSuite. getChildrenTests()
Returns this suite'sTest
.Test
DefaultTestReport. getTest()
Test
DefaultTestSuiteReport. getTest()
Test
TestReport. getTest()
Returns theTest
object that generated thisTestReport
Methods in org.apache.batik.test with parameters of type Test Modifier and Type Method Description void
AbstractTestSuite. addTest(Test test)
Adds aTest
to the suitevoid
DefaultTestSuite. addTest(Test test)
Adds aTest
to the suitevoid
TestSuite. addTest(Test test)
Adds aTest
to the suiteTest
TestFilter. filter(Test t)
The filter will return null or the inputTest
.TestReport
AssertException. getTestReport(Test test)
TestErrorConditionException
implementation.TestReport
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
TestReportValidator. setConfig(Test test, boolean expectedStatus, java.lang.String expectedErrorCode)
Lets derived classes set the configuration parameters for this test.Constructors in org.apache.batik.test with parameters of type Test Constructor Description DefaultTestReport(Test test)
TestReportValidator(Test test, boolean expectedStatus, java.lang.String expectedErrorCode)
Constructor -
Uses of Test in org.apache.batik.test.svg
Classes in org.apache.batik.test.svg that implement Test Modifier and Type Class 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 Descclass
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.(package private) static class
SelfContainedSVGOnLoadTestValidator.CannotLoadSVGDocument
(package private) static class
SelfContainedSVGOnLoadTestValidator.DefaultErrorTest
(package private) static class
SelfContainedSVGOnLoadTestValidator.InvalidTestResultElementsNumber
(package private) static class
SelfContainedSVGOnLoadTestValidator.MissingOrEmptyErrorCode
(package private) static class
SelfContainedSVGOnLoadTestValidator.ProcessingError
(package private) static class
SelfContainedSVGOnLoadTestValidator.ReportError
(package private) static class
SelfContainedSVGOnLoadTestValidator.ReportErrorAndEntries
(package private) static class
SelfContainedSVGOnLoadTestValidator.ReportSuccess
(package private) static class
SelfContainedSVGOnLoadTestValidator.UnexpectedResultValue
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 ofSVGRenderingAccuracyTest
by forcing specific test case situations and checking that they are handled properly by the class.(package private) static class
SVGRenderingAccuracyTestValidator.AccurateRendering
(package private) static class
SVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation
Validates that test passes if proper variation is given(package private) static class
SVGRenderingAccuracyTestValidator.DefaultConfigTest
Validates that the default parameters computation is working as expected.(package private) static class
SVGRenderingAccuracyTestValidator.DifferentSizes
(package private) static class
SVGRenderingAccuracyTestValidator.InexistingReferenceImage
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
SVGRenderingAccuracyTestValidator.InvalidReferenceImageURL
Creates anSVGRenderingAccuracyTest
with an valid URL for the source SVG but with an invalid URL for the reference image.(package private) static class
SVGRenderingAccuracyTestValidator.InvalidSVGContent
Creates anSVGRenderingAccuracyTest
with a valid URL pointing to an invalid SVG document.(package private) static class
SVGRenderingAccuracyTestValidator.InvalidSVGURL
Creates anSVGRenderingAccuracyTest
with an invalid URL for the source SVG.(package private) static class
SVGRenderingAccuracyTestValidator.SameSizeDifferentContent
class
SVGTextContentRenderingAccuracyTest
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 Test Modifier and Type Class Description class
DummyValidTest
Dummy Test which always passes.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.(package private) static class
XMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest
Methods in org.apache.batik.test.xml that return Test Modifier and Type Method Description protected static Test
XMLTestSuiteLoader. buildTest(org.w3c.dom.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 theTest
's qualified id.Methods in org.apache.batik.test.xml with parameters of type Test Modifier and Type Method 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 theTest
's qualified id.protected TestReport
XMLTestSuiteRunner. runTest(Test test)
-