Uses of Interface
org.apache.batik.test.TestReport
-
Packages that use TestReport Package Description org.apache.batik.swing org.apache.batik.test org.apache.batik.test.svg org.apache.batik.test.xml -
-
Uses of TestReport in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type TestReport Modifier and Type Method Description voidJSVGCanvasHandler.Delegate. failure(TestReport report) -
Uses of TestReport in org.apache.batik.test
Subinterfaces of TestReport in org.apache.batik.test Modifier and Type Interface Description interfaceTestSuiteReportDefines the interface of aTestReportproduced by aTestSuite.Classes in org.apache.batik.test that implement TestReport Modifier and Type Class Description classDefaultTestReportSimple, default implementation for theTestReportinterface.classDefaultTestSuiteReportSimple implementation of theTestReportinterface forTestSuiteMethods in org.apache.batik.test that return TestReport Modifier and Type Method Description TestReport[]DefaultTestSuiteReport. getChildrenReports()TestReport[]TestSuiteReport. getChildrenReports()Returns an array of childrenTestReportswhich may be useful for reports generated byTestSuiteinstances.TestReportAssertException. getTestReport(Test test)TestErrorConditionExceptionimplementation.TestReportTestErrorConditionException. getTestReport(Test test)Requests a report which describes the exception.TestReportAbstractTest. reportError(java.lang.String errorCode)Convenience method to report a simple error code.TestReportAbstractTest. reportException(java.lang.String errorCode, java.lang.Exception e)Convenience method to help implementations report errors.TestReportAbstractTest. reportSuccess()Convenience method.TestReportAbstractTest. run()This default implementation of the run method catches any Exception thrown from the runImpl method and creates aTestReportindicating an internalTestfailure when that happens.TestReportPerformanceTest. run()Force implementations to only implementrunOpand other performance specific methods.TestReportTest. run()Requests thisTestto run and produce a report.TestReportAbstractTest. runImpl()Subclasses should implement this method with the content of the test case.TestReportDefaultTestSuite. runImpl()Runs the tests and returns a reportTestReportParametrizedTest. runImpl()TestReportPerformanceTest. runImpl()This implementation of runImpl runs the reference operation (withrunRef), then runs the operation (withrunOp) and checks whether or not the score is within the allowed deviation of the reference score.TestReportPerformanceTestValidator. runImpl()TestReportTestReportValidator. runImpl()Methods in org.apache.batik.test with parameters of type TestReport Modifier and Type Method Description voidAssertEqualsException. addDescription(TestReport report)Requests that the exception populates the TestReport with the relevant information.abstract voidAssertException. addDescription(TestReport report)Requests that the exception populates the TestReport with the relevant information.voidAssertNullException. addDescription(TestReport report)Requests that the exception populates the TestReport with the relevant information.voidAssertTrueException. addDescription(TestReport report)Requests that the exception populates the TestReport with the relevant information.voidDefaultTestSuiteReport. addReport(TestReport report)voidTestErrorConditionException. addStackTraceDescription(TestReport report)Convenience method: adds a description entry for the stack trace.voidSimpleTestReportProcessor. processReport(TestReport report)Recursively prints out the entries of the input report and its children reports, if any.voidSimpleTestReportProcessor. processReport(TestReport report, java.lang.String prefix, java.io.PrintWriter out)Prints out the input report, prefixing all output with the input stringvoidTestReportProcessor. processReport(TestReport report)Requests the processor to process the inputTestReportinstances. -
Uses of TestReport in org.apache.batik.test.svg
Fields in org.apache.batik.test.svg declared as TestReport Modifier and Type Field Description protected TestReportJSVGRenderingAccuracyTest. failReportMethods in org.apache.batik.test.svg that return TestReport Modifier and Type Method Description abstract TestReportAbstractRenderingAccuracyTest. encode(java.net.URL srcURL, java.io.FileOutputStream fos)TestReportJSVGRenderingAccuracyTest. encode(java.net.URL srcURL, java.io.FileOutputStream fos)TestReportSVGRenderingAccuracyTest. encode(java.net.URL srcURL, java.io.FileOutputStream fos)protected TestReportSVGOnLoadExceptionTest. handleException(java.lang.Exception e)Compares the input exception with the expected exception If they match, then the test passes.TestReportImageCompareTest. rumImpl()TestReportSelfContainedSVGOnLoadTestValidator.ReportSuccess. rumImpl()TestReportAbstractRenderingAccuracyTest. run()Requests thisTestto run and produce a report.TestReportSelfContainedSVGOnLoadTest. runImpl()Run this test and produce a report.TestReportSelfContainedSVGOnLoadTestValidator.DefaultErrorTest. runImpl()TestReportSVGOnLoadExceptionTest. runImpl()Run this test and produce a report.TestReportSVGRenderingAccuracyTestValidator.AccurateRendering. runImpl()TestReportSVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation. runImpl()TestReportSVGRenderingAccuracyTestValidator.DefaultConfigTest. runImpl()TestReportSVGRenderingAccuracyTestValidator.DifferentSizes. runImpl()TestReportSVGRenderingAccuracyTestValidator.InexistingReferenceImage. runImpl()TestReportSVGRenderingAccuracyTestValidator.InvalidReferenceImageURL. runImpl()TestReportSVGRenderingAccuracyTestValidator.InvalidSVGContent. runImpl()TestReportSVGRenderingAccuracyTestValidator.InvalidSVGURL. runImpl()TestReportSVGRenderingAccuracyTestValidator.SameSizeDifferentContent. runImpl()protected TestReportSVGOnLoadExceptionTest. testImpl()Implementation helperMethods in org.apache.batik.test.svg with parameters of type TestReport Modifier and Type Method Description voidJSVGRenderingAccuracyTest. failure(TestReport report) -
Uses of TestReport in org.apache.batik.test.xml
Methods in org.apache.batik.test.xml that return TestReport Modifier and Type Method Description TestReportXMLTestSuiteRunner. run(org.w3c.dom.Document doc, java.lang.String[] ids)Runs the test suite described by the input Document object.protected TestReportXMLTestSuiteRunner. run(org.w3c.dom.Element testRunElement, java.lang.String[] ids)TestReportXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest. runImpl()AbstractTest's template method implementation.protected TestReportXMLTestSuiteRunner. runTest(Test test)Methods in org.apache.batik.test.xml with parameters of type TestReport Modifier and Type Method Description protected voidXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest. appendReportIds(TestReport r, java.lang.StringBuffer sb)protected java.lang.StringXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest. checkTestReport(TestReport report, java.util.Set idSet)Validates that the inputTestReportcontains only the expected identifiers.voidXMLTestReportProcessor. processReport(TestReport report)Recursively processes the inputTestReportand any of its children.protected voidXMLTestReportProcessor. processReport(TestReport report, org.w3c.dom.Element reportElement, org.w3c.dom.Document reportDocument)Recursively processes the inputTestReportadding the report information to the input element.protected voidXMLTestSuiteRunner. processReport(TestReport report, TestReportProcessor[] processors)protected java.lang.StringXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest. reportIdsToString(TestReport r)
-