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) TestJSVGCanvasHandler. hostConstructors 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 interfaceTestSuiteATestSuiteis a composite test, that is, a test made of multiple childrenTestcases.Classes in org.apache.batik.test that implement Test Modifier and Type Class Description classAbstractTestBase class containing convenience methods for writing tests.classAbstractTestSuiteThis class provides an implementation for theaddTestmethod and a protected member to store the childrenTestinstances.classDefaultTestSuiteDefault implementation of theTestSuiteinterface.classOnePerformanceTestclassParametrizedTestThis 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.classPerformanceTestThis abstractTestimplementation instruments performance testing.classPerformanceTestValidatorValidates the operation of thePerformanceTestclass.(package private) static classPerformanceTestValidator.SimplePerformanceTestclassTestReportValidatorThisTestimplementation 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 TestDefaultTestReport. testprivate TestTestReportValidator. testTest that this validator checksMethods in org.apache.batik.test that return Test Modifier and Type Method Description TestTestFilter. filter(Test t)The filter will return null or the inputTest.Test[]DefaultTestSuite. getChildrenTests()Test[]TestSuite. getChildrenTests()Returns this suite'sTest.TestDefaultTestReport. getTest()TestDefaultTestSuiteReport. getTest()TestTestReport. getTest()Returns theTestobject that generated thisTestReportMethods in org.apache.batik.test with parameters of type Test Modifier and Type Method Description voidAbstractTestSuite. addTest(Test test)Adds aTestto the suitevoidDefaultTestSuite. addTest(Test test)Adds aTestto the suitevoidTestSuite. addTest(Test test)Adds aTestto the suiteTestTestFilter. filter(Test t)The filter will return null or the inputTest.TestReportAssertException. getTestReport(Test test)TestErrorConditionExceptionimplementation.TestReportTestErrorConditionException. 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 voidTestReportValidator. 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 classAbstractRenderingAccuracyTestChecks for regressions in rendering a specific SVG document.classBERenderingTestPreconfigured test for SVG files under the xml-batik/../beSuite directory.classImageCompareTestThis test does a pixel comparison of two images and passes if the two images are identical.classJSVGRenderingAccuracyTestOne line Class Desc Complete Class DescclassParametrizedRenderingAccuracyTestBase class for tests which take an additional parameter in addition to the SVG file.classPreconfiguredRenderingTestConvenience class for creating a SVGRenderingAccuracyTest with predefined rules for the various configuration parameters.classSamplesRenderingTestPreconfigured test for SVG files under the xml-batik directory.classSelfContainedSVGOnLoadTestThis test takes an SVG file as an input.classSelfContainedSVGOnLoadTestValidatorThis test validates the operation of SelfContainedSVGOnLoadTest.(package private) static classSelfContainedSVGOnLoadTestValidator.CannotLoadSVGDocument(package private) static classSelfContainedSVGOnLoadTestValidator.DefaultErrorTest(package private) static classSelfContainedSVGOnLoadTestValidator.InvalidTestResultElementsNumber(package private) static classSelfContainedSVGOnLoadTestValidator.MissingOrEmptyErrorCode(package private) static classSelfContainedSVGOnLoadTestValidator.ProcessingError(package private) static classSelfContainedSVGOnLoadTestValidator.ReportError(package private) static classSelfContainedSVGOnLoadTestValidator.ReportErrorAndEntries(package private) static classSelfContainedSVGOnLoadTestValidator.ReportSuccess(package private) static classSelfContainedSVGOnLoadTestValidator.UnexpectedResultValueclassSVGAlternateStyleSheetRenderingAccuracyTestChecks for regressions in rendering of a document with a given alternate stylesheet.classSVGMediaRenderingAccuracyTestChecks for regressions in rendering of a document with a given media.classSVGOnLoadExceptionTestThis test takes an SVG file as an input.classSVGReferenceRenderingAccuracyTestBase class for tests which take an additional parameter in addition to the SVG file.classSVGRenderingAccuracyTestChecks for regressions in rendering a specific SVG document.classSVGRenderingAccuracyTestValidatorValidates the operation ofSVGRenderingAccuracyTestby forcing specific test case situations and checking that they are handled properly by the class.(package private) static classSVGRenderingAccuracyTestValidator.AccurateRendering(package private) static classSVGRenderingAccuracyTestValidator.AccurateRenderingWithVariationValidates that test passes if proper variation is given(package private) static classSVGRenderingAccuracyTestValidator.DefaultConfigTestValidates that the default parameters computation is working as expected.(package private) static classSVGRenderingAccuracyTestValidator.DifferentSizes(package private) static classSVGRenderingAccuracyTestValidator.InexistingReferenceImageCreates 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 classSVGRenderingAccuracyTestValidator.InvalidReferenceImageURLCreates anSVGRenderingAccuracyTestwith an valid URL for the source SVG but with an invalid URL for the reference image.(package private) static classSVGRenderingAccuracyTestValidator.InvalidSVGContentCreates anSVGRenderingAccuracyTestwith a valid URL pointing to an invalid SVG document.(package private) static classSVGRenderingAccuracyTestValidator.InvalidSVGURLCreates anSVGRenderingAccuracyTestwith an invalid URL for the source SVG.(package private) static classSVGRenderingAccuracyTestValidator.SameSizeDifferentContentclassSVGTextContentRenderingAccuracyTestChecks 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 classDummyValidTestDummy Test which always passes.classDummyValidTestSuiteDummy TestSuite which always passes.classXMLTestSuiteRunnerValidatorValidates the operation of theXMLTestSuireRunnerby checking that it runs the tests specified by the command line parameter and only these tests.(package private) static classXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTestMethods in org.apache.batik.test.xml that return Test Modifier and Type Method Description protected static TestXMLTestSuiteLoader. buildTest(org.w3c.dom.Element element)TestXMLTestSuiteRunner.AcceptAllTestsFilter. filter(Test t)TestXMLTestSuiteRunner.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 TestXMLTestSuiteRunner.AcceptAllTestsFilter. filter(Test t)TestXMLTestSuiteRunner.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 TestReportXMLTestSuiteRunner. runTest(Test test)
-