com.google.api.client.testing.json
Class AbstractJsonParserTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.api.client.testing.json.AbstractJsonParserTest
- All Implemented Interfaces:
- junit.framework.Test
Deprecated. (scheduled to be removed in 1.8) Use AbstractJsonFactoryTest
@Deprecated
public abstract class AbstractJsonParserTest
- extends junit.framework.TestCase
Abstract test case for JsonParser
.
- Since:
- 1.4
- Author:
- Yaniv Inbar
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
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, fail, fail, failNotEquals, failNotSame, failSame, format |
AbstractJsonParserTest
public AbstractJsonParserTest(String name)
- Deprecated.
newFactory
protected abstract JsonFactory newFactory()
- Deprecated.
testParse_empty
public void testParse_empty()
throws IOException
- Deprecated.
- Throws:
IOException
testParse_emptyMap
public void testParse_emptyMap()
throws IOException
- Deprecated.
- Throws:
IOException
testParse_emptyGenericJson
public void testParse_emptyGenericJson()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_partialEmpty
public void testParser_partialEmpty()
throws IOException
- Deprecated.
- Throws:
IOException
testParseEntry
public void testParseEntry()
throws Exception
- Deprecated.
- Throws:
Exception
testParser_partialEntry
public void testParser_partialEntry()
throws IOException
- Deprecated.
- Throws:
IOException
testParseFeed
public void testParseFeed()
throws Exception
- Deprecated.
- Throws:
Exception
testParseEntryAsMap
public void testParseEntryAsMap()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipToKey_missingEmpty
public void testSkipToKey_missingEmpty()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipToKey_missing
public void testSkipToKey_missing()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipToKey_found
public void testSkipToKey_found()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipToKey_startWithFieldName
public void testSkipToKey_startWithFieldName()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipChildren_string
public void testSkipChildren_string()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipChildren_object
public void testSkipChildren_object()
throws IOException
- Deprecated.
- Throws:
IOException
testSkipChildren_array
public void testSkipChildren_array()
throws IOException
- Deprecated.
- Throws:
IOException
testNextToken
public void testNextToken()
throws IOException
- Deprecated.
- Throws:
IOException
testCurrentToken
public void testCurrentToken()
throws IOException
- Deprecated.
- Throws:
IOException
testParse
public void testParse()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_numberTypes
public void testParser_numberTypes()
throws IOException
- Deprecated.
- Throws:
IOException
testToFromString
public void testToFromString()
throws IOException
- Deprecated.
- Throws:
IOException
testToFromString_UTF8
public void testToFromString_UTF8()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_anyType
public void testParser_anyType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_arrayType
public void testParser_arrayType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_collectionType
public void testParser_collectionType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_mapType
public void testParser_mapType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_hashmapForMapType
public void testParser_hashmapForMapType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_wildCardType
public void testParser_wildCardType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_integerTypeVariableType
public void testParser_integerTypeVariableType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_intArrayTypeVariableType
public void testParser_intArrayTypeVariableType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_doubleListTypeVariableType
public void testParser_doubleListTypeVariableType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_floatMapTypeVariableType
public void testParser_floatMapTypeVariableType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_treemapForTypeVariableType
public void testParser_treemapForTypeVariableType()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_nullValue
public void testParser_nullValue()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_enumValue
public void testParser_enumValue()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_typeVariablesPassAround
public void testParser_typeVariablesPassAround()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_stringArray
public void testParser_stringArray()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_intArray
public void testParser_intArray()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_emptyArray
public void testParser_emptyArray()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_partialEmptyArray
public void testParser_partialEmptyArray()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_num
public void testParser_num()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_string
public void testParser_string()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_null
public void testParser_null()
throws IOException
- Deprecated.
- Throws:
IOException
testParser_bool
public void testParser_bool()
throws IOException
- Deprecated.
- Throws:
IOException
Copyright © 2011-2012 Google. All Rights Reserved.