Uses of Interface
org.apache.batik.test.TestReport
Packages that use TestReport
Package
Description
-
Uses of TestReport in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type TestReport -
Uses of TestReport in org.apache.batik.test
Subinterfaces of TestReport in org.apache.batik.testModifier and TypeInterfaceDescriptioninterfaceDefines the interface of aTestReportproduced by aTestSuite.Classes in org.apache.batik.test that implement TestReportModifier and TypeClassDescriptionclassSimple, default implementation for theTestReportinterface.classSimple implementation of theTestReportinterface forTestSuiteMethods in org.apache.batik.test that return TestReportModifier and TypeMethodDescriptionDefaultTestSuiteReport.getChildrenReports()TestSuiteReport.getChildrenReports()Returns an array of childrenTestReportswhich may be useful for reports generated byTestSuiteinstances.AssertException.getTestReport(Test test) TestErrorConditionExceptionimplementation.TestErrorConditionException.getTestReport(Test test) Requests a report which describes the exception.AbstractTest.reportError(String errorCode) Convenience method to report a simple error code.AbstractTest.reportException(String errorCode, Exception e) Convenience method to help implementations report errors.AbstractTest.reportSuccess()Convenience method.AbstractTest.run()This default implementation of the run method catches any Exception thrown from the runImpl method and creates aTestReportindicating an internalTestfailure when that happens.final TestReportPerformanceTest.run()Force implementations to only implementrunOpand other performance specific methods.Test.run()Requests thisTestto run and produce a report.AbstractTest.runImpl()Subclasses should implement this method with the content of the test case.DefaultTestSuite.runImpl()Runs the tests and returns a reportParametrizedTest.runImpl()final 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.PerformanceTestValidator.runImpl()TestReportValidator.runImpl()Methods in org.apache.batik.test with parameters of type TestReportModifier and TypeMethodDescriptionvoidAssertEqualsException.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, String prefix, 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 TestReportMethods in org.apache.batik.test.svg that return TestReportModifier and TypeMethodDescriptionabstract TestReportAbstractRenderingAccuracyTest.encode(URL srcURL, FileOutputStream fos) JSVGRenderingAccuracyTest.encode(URL srcURL, FileOutputStream fos) SVGRenderingAccuracyTest.encode(URL srcURL, FileOutputStream fos) protected TestReportSVGOnLoadExceptionTest.handleException(Exception e) Compares the input exception with the expected exception If they match, then the test passes.ImageCompareTest.rumImpl()SelfContainedSVGOnLoadTestValidator.ReportSuccess.rumImpl()AbstractRenderingAccuracyTest.run()Requests thisTestto run and produce a report.SelfContainedSVGOnLoadTest.runImpl()Run this test and produce a report.SelfContainedSVGOnLoadTestValidator.DefaultErrorTest.runImpl()SVGOnLoadExceptionTest.runImpl()Run this test and produce a report.SVGRenderingAccuracyTestValidator.AccurateRendering.runImpl()SVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation.runImpl()SVGRenderingAccuracyTestValidator.DefaultConfigTest.runImpl()SVGRenderingAccuracyTestValidator.DifferentSizes.runImpl()SVGRenderingAccuracyTestValidator.InexistingReferenceImage.runImpl()SVGRenderingAccuracyTestValidator.InvalidReferenceImageURL.runImpl()SVGRenderingAccuracyTestValidator.InvalidSVGContent.runImpl()SVGRenderingAccuracyTestValidator.InvalidSVGURL.runImpl()SVGRenderingAccuracyTestValidator.SameSizeDifferentContent.runImpl()protected TestReportSVGOnLoadExceptionTest.testImpl()Implementation helperMethods in org.apache.batik.test.svg with parameters of type TestReport -
Uses of TestReport in org.apache.batik.test.xml
Methods in org.apache.batik.test.xml that return TestReportModifier and TypeMethodDescriptionRuns the test suite described by the input Document object.protected TestReportXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest.runImpl()AbstractTest's template method implementation.protected TestReportMethods in org.apache.batik.test.xml with parameters of type TestReportModifier and TypeMethodDescriptionprotected voidXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest.appendReportIds(TestReport r, StringBuffer sb) protected StringXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest.checkTestReport(TestReport report, 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, Element reportElement, Document reportDocument) Recursively processes the inputTestReportadding the report information to the input element.protected voidXMLTestSuiteRunner.processReport(TestReport report, TestReportProcessor[] processors) protected StringXMLTestSuiteRunnerValidator.XMLTestSuiteRunnerTest.reportIdsToString(TestReport r)