Package org.apache.batik.test.svg
Class SelfContainedSVGOnLoadTestValidator
java.lang.Object
org.apache.batik.test.AbstractTest
org.apache.batik.test.DefaultTestSuite
org.apache.batik.test.svg.SelfContainedSVGOnLoadTestValidator
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 1733416 2016-03-03 07:07:13Z gadams $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Error codesstatic final String
static final String
static final String
static final String
URLs for children testsstatic final String
static final String
static final String
static final String
Fields inherited from class org.apache.batik.test.DefaultTestSuite
tests
Fields inherited from class org.apache.batik.test.AbstractTest
id, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.test.DefaultTestSuite
addTest, getChildrenCount, getChildrenTests, getName, removeTest, runImpl, setName
Methods inherited from class org.apache.batik.test.AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setParent
-
Field Details
-
ERROR_UNEXPECTED_TEST_RESULT
Error codes- See Also:
-
ERROR_UNEXPECTED_ERROR_CODE
- See Also:
-
ERROR_UNEXPECTED_NUMBER_OF_DESCRIPTION_ENTRIES
- See Also:
-
ERROR_UNEXPECTED_TEST_FAILURE
- See Also:
-
ERROR_UNEXPECTED_DESCRIPTION_ENTRY
- See Also:
-
ENTRY_ERROR_CODE
- See Also:
-
ENTRY_EXPECTED_ERROR_CODE
- See Also:
-
ENTRY_NUMBER_OF_DESCRIPTION
- See Also:
-
ENTRY_EXPECTED_NUMBER_OF_DESCRIPTION
- See Also:
-
ENTRY_KEY
- See Also:
-
ENTRY_EXPECTED_KEY
- See Also:
-
invalidURL
URLs for children tests- See Also:
-
processingErrorURL
- See Also:
-
invalidTestResultElementsNumberURL
- See Also:
-
unexpectedResultValueURL
- See Also:
-
missingOrEmptyErrorCodeURL
- See Also:
-
errorURL
- See Also:
-
errorAndEntriesURL
- See Also:
-
successURL
- See Also:
-
-
Constructor Details
-
SelfContainedSVGOnLoadTestValidator
public SelfContainedSVGOnLoadTestValidator()
-