java.lang.Object
org.apache.batik.test.AbstractTest
org.apache.batik.test.DefaultTestSuite
org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
- All Implemented Interfaces:
- org.apache.batik.test.Test, org.apache.batik.test.TestSuite
- public class SelfContainedSVGOnLoadTestValidator
- extends org.apache.batik.test.DefaultTestSuite
This test validates the operation of SelfContainedSVGOnLoadTest.
It is a test agregation which points to several tests which
correspond to expected error conditions. The test simply
validates that the expected error conditions are properly
detected and reported.
- Version:
- $Id: SelfContainedSVGOnLoadTestValidator.java,v 1.4 2004/08/18 07:17:03 vhardy Exp $
| Methods inherited from class org.apache.batik.test.AbstractTest |
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR_UNEXPECTED_TEST_RESULT
public static final java.lang.String ERROR_UNEXPECTED_TEST_RESULT
- Error codes
- See Also:
- Constant Field Values
ERROR_UNEXPECTED_ERROR_CODE
public static final java.lang.String ERROR_UNEXPECTED_ERROR_CODE
- See Also:
- Constant Field Values
ERROR_UNEXPECTED_NUMBER_OF_DESCRIPTION_ENTRIES
public static final java.lang.String ERROR_UNEXPECTED_NUMBER_OF_DESCRIPTION_ENTRIES
- See Also:
- Constant Field Values
ERROR_UNEXPECTED_TEST_FAILURE
public static final java.lang.String ERROR_UNEXPECTED_TEST_FAILURE
- See Also:
- Constant Field Values
ERROR_UNEXPECTED_DESCRIPTION_ENTRY
public static final java.lang.String ERROR_UNEXPECTED_DESCRIPTION_ENTRY
- See Also:
- Constant Field Values
ENTRY_ERROR_CODE
public static final java.lang.String ENTRY_ERROR_CODE
- See Also:
- Constant Field Values
ENTRY_EXPECTED_ERROR_CODE
public static final java.lang.String ENTRY_EXPECTED_ERROR_CODE
- See Also:
- Constant Field Values
ENTRY_NUMBER_OF_DESCRIPTION
public static final java.lang.String ENTRY_NUMBER_OF_DESCRIPTION
- See Also:
- Constant Field Values
ENTRY_EXPECTED_NUMBER_OF_DESCRIPTION
public static final java.lang.String ENTRY_EXPECTED_NUMBER_OF_DESCRIPTION
- See Also:
- Constant Field Values
ENTRY_KEY
public static final java.lang.String ENTRY_KEY
- See Also:
- Constant Field Values
ENTRY_EXPECTED_KEY
public static final java.lang.String ENTRY_EXPECTED_KEY
- See Also:
- Constant Field Values
invalidURL
public static final java.lang.String invalidURL
- URLs for children tests
- See Also:
- Constant Field Values
processingErrorURL
public static final java.lang.String processingErrorURL
- See Also:
- Constant Field Values
invalidTestResultElementsNumberURL
public static final java.lang.String invalidTestResultElementsNumberURL
- See Also:
- Constant Field Values
unexpectedResultValueURL
public static final java.lang.String unexpectedResultValueURL
- See Also:
- Constant Field Values
missingOrEmptyErrorCodeURL
public static final java.lang.String missingOrEmptyErrorCodeURL
- See Also:
- Constant Field Values
errorURL
public static final java.lang.String errorURL
- See Also:
- Constant Field Values
errorAndEntriesURL
public static final java.lang.String errorAndEntriesURL
- See Also:
- Constant Field Values
successURL
public static final java.lang.String successURL
- See Also:
- Constant Field Values
SelfContainedSVGOnLoadTestValidator
public SelfContainedSVGOnLoadTestValidator()