Class SVGRenderingAccuracyTestValidator.InexistingReferenceImage

  • All Implemented Interfaces:
    Test
    Enclosing class:
    SVGRenderingAccuracyTestValidator

    static class SVGRenderingAccuracyTestValidator.InexistingReferenceImage
    extends TestReportValidator
    Creates an SVGRenderingAccuracyTest with an valid URL for the source SVG valid URL for the reference image, but the reference image, but the reference image does not exist
    • Constructor Detail

      • InexistingReferenceImage

        InexistingReferenceImage()
    • Method Detail

      • runImpl

        public TestReport runImpl()
                           throws java.lang.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:
        java.lang.Exception