Class SVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation

java.lang.Object
org.apache.batik.test.AbstractTest
org.apache.batik.test.TestReportValidator
org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation
All Implemented Interfaces:
Test
Enclosing class:
SVGRenderingAccuracyTestValidator

static class SVGRenderingAccuracyTestValidator.AccurateRenderingWithVariation extends TestReportValidator
Validates that test passes if proper variation is given
  • Constructor Details

    • AccurateRenderingWithVariation

      AccurateRenderingWithVariation()
  • Method Details

    • runImpl

      public TestReport runImpl() throws Exception
      Description copied from class: AbstractTest
      Subclasses should implement this method with the content of the test case. Typically, implementations will choose to catch and process all exceptions and error conditions they are looking for in the code they exercise but will let exceptions due to their own processing propagate.
      Overrides:
      runImpl in class TestReportValidator
      Throws:
      Exception