Package com.google.api.client.test.json
Class AbstractJsonFactoryTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.google.api.client.test.json.AbstractJsonFactoryTest
-
- All Implemented Interfaces:
junit.framework.Test
public abstract class AbstractJsonFactoryTest extends junit.framework.TestCase
Abstract test case for testing aJsonFactory
.
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANIMAL_WITHOUT_TYPE
(package private) static java.lang.String
ANY_TYPE
(package private) static java.lang.String
ARRAY_TYPE
private static java.lang.String
BOOL_TOP_VALUE
static java.lang.String
BOOLEAN_TYPE_EMPTY
static java.lang.String
BOOLEAN_TYPE_EMPTY_OUTPUT
static java.lang.String
BOOLEAN_TYPE_FALSE
static java.lang.String
BOOLEAN_TYPE_NULL
static java.lang.String
BOOLEAN_TYPE_NULL_OUTPUT
static java.lang.String
BOOLEAN_TYPE_TRUE
static java.lang.String
BOOLEAN_TYPE_WRONG
static java.lang.String
CENTIPEDE
static java.lang.String
CENTIPEDE_EXTRA_INFO
static java.lang.String
CENTIPEDE_OPTIMIZED
(package private) static java.lang.String
COLLECTION_TYPE
(package private) static java.lang.String
CONTAINED_MAP
static java.lang.String
DOG
static java.lang.String
DOG_EXTRA_INFO
static java.lang.String
DOG_EXTRA_INFO_ORDERED
static java.lang.String
DOG_OPTIMIZED
static java.lang.String
DOG_WITH_FAMILY
static java.lang.String
DOG_WITH_NO_FAMILY
static java.lang.String
DOG_WITH_NO_FAMILY_PARSED
(package private) static java.lang.String
DOUBLE_LIST_TYPE_VARIABLE_TYPE
private static java.lang.String
EMPTY
private static java.lang.String
EMPTY_ARRAY
private static java.lang.String
EMPTY_OBJECT
(package private) static java.lang.String
ENUM_VALUE
(package private) static java.lang.String
EXTENDS_JSON
(package private) static java.lang.String
FLOAT_MAP_TYPE_VARIABLE_TYPE
static java.lang.String
HUMAN
static java.lang.String
HUMAN_WITH_PETS
static java.lang.String
HUMAN_WITH_PETS_PARSED
(package private) static java.lang.String
INT_ARRAY
(package private) static java.lang.String
INT_ARRAY_TYPE_VARIABLE_TYPE
(package private) static java.lang.String
INTEGER_TYPE_VARIABLE_TYPE
private static java.lang.String
JSON_ENTRY
private static java.lang.String
JSON_FEED
private static java.lang.String
JSON_THREE_ELEMENTS
(package private) static java.lang.String
MAP_TYPE
static java.lang.String
MULTIPLE_ANNOTATIONS_JSON
private static java.lang.String
NULL_TOP_VALUE
(package private) static java.lang.String
NULL_VALUE
private static java.lang.String
NUMBER_TOP_VALUE
(package private) static java.lang.String
NUMBER_TYPES
(package private) static java.lang.String
NUMBER_TYPES_AS_STRING
static java.lang.String
POLYMORPHIC_NUMERIC_TYPE_1
static java.lang.String
POLYMORPHIC_NUMERIC_TYPE_2
static java.lang.String
POLYMORPHIC_NUMERIC_UNSPECIFIED_TYPE
static java.lang.String
POLYMORPHIC_SELF_REFERENCING
static java.lang.String
POLYMORPHIC_WITH_UNKNOWN_KEY
(package private) static java.lang.String
SIMPLE
(package private) static java.lang.String
SIMPLE_WRAPPED
(package private) static java.lang.String
STRING_ARRAY
private static java.lang.String
STRING_TOP_VALUE
(package private) static java.lang.String
TYPE_VARS
private static java.lang.String
UTF8_JSON
private static java.lang.String
UTF8_VALUE
(package private) static java.lang.String
WILDCARD_TYPE
-
Constructor Summary
Constructors Constructor Description AbstractJsonFactoryTest(java.lang.String name)
-
Method Summary
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
Field Detail
-
EMPTY
private static final java.lang.String EMPTY
- See Also:
- Constant Field Values
-
JSON_THREE_ELEMENTS
private static final java.lang.String JSON_THREE_ELEMENTS
- See Also:
- Constant Field Values
-
EMPTY_OBJECT
private static final java.lang.String EMPTY_OBJECT
- See Also:
- Constant Field Values
-
JSON_ENTRY
private static final java.lang.String JSON_ENTRY
- See Also:
- Constant Field Values
-
JSON_FEED
private static final java.lang.String JSON_FEED
- See Also:
- Constant Field Values
-
CONTAINED_MAP
static final java.lang.String CONTAINED_MAP
- See Also:
- Constant Field Values
-
NUMBER_TYPES
static final java.lang.String NUMBER_TYPES
- See Also:
- Constant Field Values
-
NUMBER_TYPES_AS_STRING
static final java.lang.String NUMBER_TYPES_AS_STRING
- See Also:
- Constant Field Values
-
UTF8_VALUE
private static final java.lang.String UTF8_VALUE
- See Also:
- Constant Field Values
-
UTF8_JSON
private static final java.lang.String UTF8_JSON
- See Also:
- Constant Field Values
-
ANY_TYPE
static final java.lang.String ANY_TYPE
- See Also:
- Constant Field Values
-
ARRAY_TYPE
static final java.lang.String ARRAY_TYPE
- See Also:
- Constant Field Values
-
COLLECTION_TYPE
static final java.lang.String COLLECTION_TYPE
- See Also:
- Constant Field Values
-
MAP_TYPE
static final java.lang.String MAP_TYPE
- See Also:
- Constant Field Values
-
WILDCARD_TYPE
static final java.lang.String WILDCARD_TYPE
- See Also:
- Constant Field Values
-
INTEGER_TYPE_VARIABLE_TYPE
static final java.lang.String INTEGER_TYPE_VARIABLE_TYPE
- See Also:
- Constant Field Values
-
INT_ARRAY_TYPE_VARIABLE_TYPE
static final java.lang.String INT_ARRAY_TYPE_VARIABLE_TYPE
- See Also:
- Constant Field Values
-
DOUBLE_LIST_TYPE_VARIABLE_TYPE
static final java.lang.String DOUBLE_LIST_TYPE_VARIABLE_TYPE
- See Also:
- Constant Field Values
-
FLOAT_MAP_TYPE_VARIABLE_TYPE
static final java.lang.String FLOAT_MAP_TYPE_VARIABLE_TYPE
- See Also:
- Constant Field Values
-
NULL_VALUE
static final java.lang.String NULL_VALUE
- See Also:
- Constant Field Values
-
ENUM_VALUE
static final java.lang.String ENUM_VALUE
- See Also:
- Constant Field Values
-
TYPE_VARS
static final java.lang.String TYPE_VARS
- See Also:
- Constant Field Values
-
STRING_ARRAY
static final java.lang.String STRING_ARRAY
- See Also:
- Constant Field Values
-
INT_ARRAY
static final java.lang.String INT_ARRAY
- See Also:
- Constant Field Values
-
EMPTY_ARRAY
private static final java.lang.String EMPTY_ARRAY
- See Also:
- Constant Field Values
-
NUMBER_TOP_VALUE
private static final java.lang.String NUMBER_TOP_VALUE
- See Also:
- Constant Field Values
-
STRING_TOP_VALUE
private static final java.lang.String STRING_TOP_VALUE
- See Also:
- Constant Field Values
-
NULL_TOP_VALUE
private static final java.lang.String NULL_TOP_VALUE
- See Also:
- Constant Field Values
-
BOOL_TOP_VALUE
private static final java.lang.String BOOL_TOP_VALUE
- See Also:
- Constant Field Values
-
EXTENDS_JSON
static final java.lang.String EXTENDS_JSON
- See Also:
- Constant Field Values
-
SIMPLE
static final java.lang.String SIMPLE
- See Also:
- Constant Field Values
-
SIMPLE_WRAPPED
static final java.lang.String SIMPLE_WRAPPED
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_EMPTY
public static final java.lang.String BOOLEAN_TYPE_EMPTY
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_EMPTY_OUTPUT
public static final java.lang.String BOOLEAN_TYPE_EMPTY_OUTPUT
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_TRUE
public static final java.lang.String BOOLEAN_TYPE_TRUE
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_FALSE
public static final java.lang.String BOOLEAN_TYPE_FALSE
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_NULL
public static final java.lang.String BOOLEAN_TYPE_NULL
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_NULL_OUTPUT
public static final java.lang.String BOOLEAN_TYPE_NULL_OUTPUT
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE_WRONG
public static final java.lang.String BOOLEAN_TYPE_WRONG
- See Also:
- Constant Field Values
-
DOG
public static final java.lang.String DOG
- See Also:
- Constant Field Values
-
CENTIPEDE
public static final java.lang.String CENTIPEDE
- See Also:
- Constant Field Values
-
DOG_OPTIMIZED
public static final java.lang.String DOG_OPTIMIZED
- See Also:
- Constant Field Values
-
CENTIPEDE_OPTIMIZED
public static final java.lang.String CENTIPEDE_OPTIMIZED
- See Also:
- Constant Field Values
-
DOG_EXTRA_INFO
public static final java.lang.String DOG_EXTRA_INFO
- See Also:
- Constant Field Values
-
CENTIPEDE_EXTRA_INFO
public static final java.lang.String CENTIPEDE_EXTRA_INFO
- See Also:
- Constant Field Values
-
ANIMAL_WITHOUT_TYPE
public static final java.lang.String ANIMAL_WITHOUT_TYPE
- See Also:
- Constant Field Values
-
HUMAN
public static final java.lang.String HUMAN
- See Also:
- Constant Field Values
-
DOG_EXTRA_INFO_ORDERED
public static final java.lang.String DOG_EXTRA_INFO_ORDERED
- See Also:
- Constant Field Values
-
DOG_WITH_FAMILY
public static final java.lang.String DOG_WITH_FAMILY
- See Also:
- Constant Field Values
-
DOG_WITH_NO_FAMILY
public static final java.lang.String DOG_WITH_NO_FAMILY
- See Also:
- Constant Field Values
-
DOG_WITH_NO_FAMILY_PARSED
public static final java.lang.String DOG_WITH_NO_FAMILY_PARSED
- See Also:
- Constant Field Values
-
MULTIPLE_ANNOTATIONS_JSON
public static final java.lang.String MULTIPLE_ANNOTATIONS_JSON
- See Also:
- Constant Field Values
-
POLYMORPHIC_NUMERIC_TYPE_1
public static final java.lang.String POLYMORPHIC_NUMERIC_TYPE_1
- See Also:
- Constant Field Values
-
POLYMORPHIC_NUMERIC_TYPE_2
public static final java.lang.String POLYMORPHIC_NUMERIC_TYPE_2
- See Also:
- Constant Field Values
-
POLYMORPHIC_NUMERIC_UNSPECIFIED_TYPE
public static final java.lang.String POLYMORPHIC_NUMERIC_UNSPECIFIED_TYPE
- See Also:
- Constant Field Values
-
POLYMORPHIC_WITH_UNKNOWN_KEY
public static final java.lang.String POLYMORPHIC_WITH_UNKNOWN_KEY
- See Also:
- Constant Field Values
-
POLYMORPHIC_SELF_REFERENCING
public static final java.lang.String POLYMORPHIC_SELF_REFERENCING
- See Also:
- Constant Field Values
-
HUMAN_WITH_PETS
public static final java.lang.String HUMAN_WITH_PETS
- See Also:
- Constant Field Values
-
HUMAN_WITH_PETS_PARSED
public static final java.lang.String HUMAN_WITH_PETS_PARSED
- See Also:
- Constant Field Values
-
-
Method Detail
-
newFactory
protected abstract JsonFactory newFactory()
-
testParse_empty
public void testParse_empty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_emptyMap
public void testParse_emptyMap() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_emptyGenericJson
public void testParse_emptyGenericJson() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_partialEmpty
public void testParser_partialEmpty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParseEntry
public void testParseEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_partialEntry
public void testParser_partialEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParseFeed
public void testParseFeed() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParseEntryAsMap
public void testParseEntryAsMap() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_missingEmpty
public void testSkipToKey_missingEmpty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_missing
public void testSkipToKey_missing() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_found
public void testSkipToKey_found() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_startWithFieldName
public void testSkipToKey_startWithFieldName() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipChildren_string
public void testSkipChildren_string() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipChildren_object
public void testSkipChildren_object() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipChildren_array
public void testSkipChildren_array() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNextToken
public void testNextToken() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCurrentToken
public void testCurrentToken() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse
public void testParse() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_numberTypes
public void testParser_numberTypes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToFromString
public void testToFromString() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToFromString_UTF8
public void testToFromString_UTF8() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_anyType
public void testParser_anyType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_arrayType
public void testParser_arrayType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_collectionType
public void testParser_collectionType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_mapType
public void testParser_mapType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_hashmapForMapType
public void testParser_hashmapForMapType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_wildCardType
public void testParser_wildCardType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_integerTypeVariableType
public void testParser_integerTypeVariableType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_intArrayTypeVariableType
public void testParser_intArrayTypeVariableType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_doubleListTypeVariableType
public void testParser_doubleListTypeVariableType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_floatMapTypeVariableType
public void testParser_floatMapTypeVariableType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_treemapForTypeVariableType
public void testParser_treemapForTypeVariableType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_nullValue
public void testParser_nullValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_enumValue
public void testParser_enumValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_typeVariablesPassAround
public void testParser_typeVariablesPassAround() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_stringArray
public void testParser_stringArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_intArray
public void testParser_intArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_emptyArray
public void testParser_emptyArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_partialEmptyArray
public void testParser_partialEmptyArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_num
public void testParser_num() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_string
public void testParser_string() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_null
public void testParser_null() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_bool
public void testParser_bool() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerateEntry
public final void testGenerateEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerateFeed
public final void testGenerateFeed() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToString_entry
public final void testToString_entry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToString_Feed
public final void testToString_Feed() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToByteArray_entry
public final void testToByteArray_entry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToPrettyString_entryApproximate
public final void testToPrettyString_entryApproximate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToPrettyString_FeedApproximate
public final void testToPrettyString_FeedApproximate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_nullInputStream
public void testParser_nullInputStream() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_nullString
public void testParser_nullString() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_nullReader
public void testParser_nullReader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testObjectParserParse_entry
public void testObjectParserParse_entry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testObjectParserParse_stringList
public void testObjectParserParse_stringList() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testToString_withFactory
public void testToString_withFactory()
-
testFactory
public void testFactory()
-
createParser
private JsonParser createParser(java.lang.String json) throws java.lang.Exception
Returns a JsonParser which parses the specified string.- Throws:
java.lang.Exception
-
testSkipToKey_firstKey
public void testSkipToKey_firstKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_lastKey
public void testSkipToKey_lastKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_multipleKeys
public void testSkipToKey_multipleKeys() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSkipToKey_noMatch
public void testSkipToKey_noMatch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGson
public final void testGson() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_array
public final void testParse_array() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_class
public final void testParse_class() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCreateJsonParser_nullCharset
public final void testCreateJsonParser_nullCharset() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerate_infinityOrNanError
public final void testGenerate_infinityOrNanError() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_extendsGenericJson
public void testParser_extendsGenericJson() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonObjectParser_reader
public void testJsonObjectParser_reader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonObjectParser_inputStream
public void testJsonObjectParser_inputStream() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonObjectParser_readerWrapped
public void testJsonObjectParser_readerWrapped() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonObjectParser_inputStreamWrapped
public void testJsonObjectParser_inputStreamWrapped() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonHttpContent_simple
public void testJsonHttpContent_simple() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJsonHttpContent_wrapped
public void testJsonHttpContent_wrapped() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_void
public void testParse_void() throws java.lang.Exception
- Throws:
java.lang.Exception
-
subtestParse_void
public void subtestParse_void(java.lang.String value) throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParse_boolean
public void testParse_boolean() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchemata
public void testParser_heterogeneousSchemata() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchemata_Helper
private void testParser_heterogeneousSchemata_Helper(java.lang.String dogJson, java.lang.String centipedeJson) throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_missingType
public void testParser_heterogeneousSchema_missingType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_withObject
public void testParser_heterogeneousSchema_withObject() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_genericJson
public void testParser_heterogeneousSchema_genericJson() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_withArrays
public void testParser_heterogeneousSchema_withArrays() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_withNullArrays
public void testParser_heterogeneousSchema_withNullArrays() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_polymorphicClass_tooManyAnnotations
public void testParser_polymorphicClass_tooManyAnnotations() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_numericType
public void testParser_heterogeneousSchema_numericType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_numericValueType
public void testParser_heterogeneousSchema_numericValueType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_heterogeneousSchema_illegalValueType
public void testParser_heterogeneousSchema_illegalValueType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_polymorphicClass_duplicateTypeKeys
public void testParser_polymorphicClass_duplicateTypeKeys() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_polymorphicClass_noMatchingTypeKey
public void testParser_polymorphicClass_noMatchingTypeKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_polymorphicClass_selfReferencing
public void testParser_polymorphicClass_selfReferencing() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParser_polymorphicClass_mapOfPolymorphicClasses
public void testParser_polymorphicClass_mapOfPolymorphicClasses() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-