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
- Version:
- $Id$
-
Field Summary
Fields inherited from class TestReportValidator
ENTRY_KEY_EXPECTED_ERROR_CODE, ENTRY_KEY_EXPECTED_STATUS, ENTRY_KEY_RECEIVED_ERROR_CODE, ENTRY_KEY_RECEIVED_STATUSFields inherited from class AbstractTest
id, name, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrunImpl()Subclasses should implement this method with the content of the test case.Methods inherited from class TestReportValidator
setConfigMethods inherited from class AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent
-
Constructor Details
-
AccurateRenderingWithVariation
AccurateRenderingWithVariation()
-
-
Method Details
-
runImpl
Description copied from class:AbstractTestSubclasses 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:
runImplin classTestReportValidator- Throws:
Exception
-