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 TypeInterfaceDescriptioninterfaceATestSuiteis a composite test, that is, a test made of multiple childrenTestcases.Classes in org.apache.batik.test that implement TestModifier and TypeClassDescriptionclassBase class containing convenience methods for writing tests.classThis class provides an implementation for theaddTestmethod and a protected member to store the childrenTestinstances.classDefault implementation of theTestSuiteinterface.classclassThis 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.classThis abstractTestimplementation instruments performance testing.classValidates the operation of thePerformanceTestclass.(package private) static classclassThisTestimplementation can be used to validate the operation of a specific test.Fields in org.apache.batik.test declared as TestModifier and TypeFieldDescriptionprotected TestDefaultTestReport.testprivate TestTestReportValidator.testTest 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 theTestobject that generated thisTestReportMethods in org.apache.batik.test with parameters of type TestModifier and TypeMethodDescriptionvoidAdds aTestto the suitevoidAdds aTestto the suitevoidAdds aTestto the suiteThe filter will return null or the inputTest.AssertException.getTestReport(Test test) TestErrorConditionExceptionimplementation.TestErrorConditionException.getTestReport(Test test) Requests a report which describes the exception.voidDefaultTestSuite.removeTest(Test test) Removes aTestfrom the suite.voidTestSuite.removeTest(Test test) Removes aTestfrom the suiteprotected voidLets 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 TypeClassDescriptionclassChecks for regressions in rendering a specific SVG document.classPreconfigured test for SVG files under the xml-batik/../beSuite directory.classThis test does a pixel comparison of two images and passes if the two images are identical.classOne line Class Desc Complete Class DescclassBase class for tests which take an additional parameter in addition to the SVG file.classConvenience class for creating a SVGRenderingAccuracyTest with predefined rules for the various configuration parameters.classPreconfigured test for SVG files under the xml-batik directory.classThis test takes an SVG file as an input.classThis 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 classclassChecks for regressions in rendering of a document with a given alternate stylesheet.classclassChecks for regressions in rendering of a document with a given media.classThis test takes an SVG file as an input.classBase class for tests which take an additional parameter in addition to the SVG file.classChecks for regressions in rendering a specific SVG document.classValidates the operation ofSVGRenderingAccuracyTestby forcing specific test case situations and checking that they are handled properly by the class.(package private) static class(package private) static classValidates that test passes if proper variation is given(package private) static classValidates that the default parameters computation is working as expected.(package private) static class(package private) static classCreates anSVGRenderingAccuracyTestwith 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 classCreates anSVGRenderingAccuracyTestwith an valid URL for the source SVG but with an invalid URL for the reference image.(package private) static classCreates anSVGRenderingAccuracyTestwith a valid URL pointing to an invalid SVG document.(package private) static classCreates anSVGRenderingAccuracyTestwith an invalid URL for the source SVG.(package private) static classclassChecks 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 TypeClassDescriptionclassDummy Test which always passes.classDummy TestSuite which always passes.classValidates the operation of theXMLTestSuireRunnerby checking that it runs the tests specified by the command line parameter and only these tests.(package private) static classMethods in org.apache.batik.test.xml that return TestModifier and TypeMethodDescriptionprotected static TestAccept 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