Package com.google.api.client.testing.json

Testing utilities used for writing tests based on the JSON package of this library.

See:
          Description

Class Summary
AbstractJsonFactoryTest Abstract test case for testing a JsonFactory.
AbstractJsonFactoryTest.A  
AbstractJsonFactoryTest.AnyType  
AbstractJsonFactoryTest.ArrayType  
AbstractJsonFactoryTest.CollectionOfCollectionType  
AbstractJsonFactoryTest.DoubleListTypeVariableType  
AbstractJsonFactoryTest.Entry  
AbstractJsonFactoryTest.EnumValue  
AbstractJsonFactoryTest.Feed  
AbstractJsonFactoryTest.FloatMapTypeVariableType  
AbstractJsonFactoryTest.IntArrayTypeVariableType  
AbstractJsonFactoryTest.IntegerTypeVariableType  
AbstractJsonFactoryTest.MapOfMapType  
AbstractJsonFactoryTest.NumberTypes  
AbstractJsonFactoryTest.NumberTypesAsString  
AbstractJsonFactoryTest.StringNullValue  
AbstractJsonFactoryTest.TypeVariablesPassedAround  
AbstractJsonFactoryTest.TypeVariableType<T>  
AbstractJsonFactoryTest.WildCardTypes  
AbstractJsonFactoryTest.X<XT>  
AbstractJsonFactoryTest.Y<YT>  
AbstractJsonFactoryTest.Z<ZT>  
AbstractJsonGeneratorTest Deprecated. (scheduled to be removed in 1.8) Use AbstractJsonFactoryTest
AbstractJsonGeneratorTest.Entry  
AbstractJsonGeneratorTest.Feed  
AbstractJsonParserTest Deprecated. (scheduled to be removed in 1.8) Use AbstractJsonFactoryTest
AbstractJsonParserTest.A  
AbstractJsonParserTest.AnyType  
AbstractJsonParserTest.ArrayType  
AbstractJsonParserTest.CollectionOfCollectionType  
AbstractJsonParserTest.DoubleListTypeVariableType  
AbstractJsonParserTest.Entry  
AbstractJsonParserTest.EnumValue  
AbstractJsonParserTest.Feed  
AbstractJsonParserTest.FloatMapTypeVariableType  
AbstractJsonParserTest.IntArrayTypeVariableType  
AbstractJsonParserTest.IntegerTypeVariableType  
AbstractJsonParserTest.MapOfMapType  
AbstractJsonParserTest.NumberTypes  
AbstractJsonParserTest.NumberTypesAsString  
AbstractJsonParserTest.StringNullValue  
AbstractJsonParserTest.TypeVariablesPassedAround  
AbstractJsonParserTest.TypeVariableType<T>  
AbstractJsonParserTest.WildCardTypes  
AbstractJsonParserTest.X<XT>  
AbstractJsonParserTest.Y<YT>  
AbstractJsonParserTest.Z<ZT>  
 

Enum Summary
AbstractJsonFactoryTest.E  
AbstractJsonParserTest.E  
 

Package com.google.api.client.testing.json Description

Testing utilities used for writing tests based on the JSON package of this library.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.4
Author:
Yaniv Inbar


Copyright © 2011-2012 Google. All Rights Reserved.