org.apache.batik.test.svg
Class SVGRenderingAccuracyTestValidator.InexistingReferenceImage

java.lang.Object
org.apache.batik.test.AbstractTest
org.apache.batik.test.TestReportValidator
org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator.InexistingReferenceImage
- All Implemented Interfaces:
- org.apache.batik.test.Test
- Enclosing class:
- SVGRenderingAccuracyTestValidator
- static class SVGRenderingAccuracyTestValidator.InexistingReferenceImage
- extends org.apache.batik.test.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
| Methods inherited from class org.apache.batik.test.AbstractTest |
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGRenderingAccuracyTestValidator.InexistingReferenceImage
SVGRenderingAccuracyTestValidator.InexistingReferenceImage()
runImpl
public org.apache.batik.test.TestReport runImpl()
throws java.lang.Exception
- Description copied from class:
org.apache.batik.test.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.