gson-comments/gson/src/test/java/com/google/gson/functional
2016-06-02 00:33:09 -04:00
..
ArrayTest.java Tests to demonstrate that GSON 2 fixes some user-reported bugs. 2011-10-02 15:18:12 +00:00
CircularReferenceTest.java added tests for Throwable. Revised ReflectiveTypeAdapterFactory to ignore self-referencing fields. 2014-11-16 22:55:18 +00:00
CollectionTest.java additional tests for PriorityQueue, Vector and Stack. 2015-11-06 16:16:56 -08:00
ConcurrencyTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
CustomDeserializerTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
CustomSerializerTest.java Minor fixes. 2009-10-09 15:43:50 +00:00
CustomTypeAdaptersTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
DefaultTypeAdaptersTest.java Fix type hierarchy adapters to do a runtime check. 2015-10-21 11:42:30 -04:00
DelegateTypeAdapterTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
EnumTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
EscapingTest.java Added a test to ensure that Gson handles repeated invocation of itself correctly. 2010-11-15 22:56:01 +00:00
ExclusionStrategyFunctionalTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
ExposeFieldsTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
FieldExclusionTest.java Adopt JsonElementWriter in GSON. 2011-09-30 07:08:44 +00:00
FieldNamingTest.java Add tests to demonstrate the issue 2015-06-09 15:12:38 +01:00
InheritanceTest.java Allowing instance creators to be registered with the raw type only (without specifying type parameters). 2012-10-24 20:40:44 +00:00
InstanceCreatorTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
InterfaceTest.java Revised ancestor stack to use both object and type 2009-10-03 04:45:12 +00:00
InternationalizationTest.java Updated Gson escaper to not escape unicode characters. This is in response to Issue 80. 2008-12-19 20:41:53 +00:00
JavaUtilConcurrentAtomicTest.java renamed JavaUtilConcurrentLocksTest to JavaUtilConcurrentAtomicTest 2015-11-06 15:24:15 -08:00
JavaUtilTest.java added tests for Properties 2015-11-06 16:17:47 -08:00
JsonAdapterAnnotationOnClassesTest.java Make TypeAdapters created by @JsonAdapter null-safe 2016-01-18 16:41:07 +01:00
JsonAdapterAnnotationOnFieldsTest.java Added support for JsonSerializer/JsonDeserializer for JsonAdapter annotation. 2016-06-02 00:08:25 -04:00
JsonAdapterSerializerDeserializerTest.java Don't use ThreadLocals for @JsonAdapter factories and getDelegateAdapter(). 2016-06-02 00:33:09 -04:00
JsonArrayTest.java Added test for nulls 2015-07-23 23:02:46 -07:00
JsonParserTest.java Fixed issue 443 by relying on Streams.parse() to return a JsonNull on empty documents and throw a JsonParseException otherwise. 2012-06-30 18:48:11 +00:00
JsonTreeTest.java Honor our 'ignore nulls' policy when converting objects to JSON trees. 2011-10-23 20:28:04 +00:00
LeniencyTest.java Add setting for leniency on Gson instance. 2016-01-18 12:08:11 -05:00
MapAsArrayTypeAdapterTest.java Fix the map type adapter to support array serialization natively. 2011-09-12 05:51:17 +00:00
MapTest.java allow unquoted long and integer keys 2016-03-12 11:52:13 -07:00
MoreSpecificTypeSerializationTest.java Fix a bunch of preserve-type issues: 2011-04-20 22:27:51 +00:00
NamingPolicyTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
NullObjectAndFieldTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
ObjectTest.java removed more eclipse warnings 2013-04-12 20:12:12 +00:00
ParameterizedTypesTest.java Fix typo: Paramterized was spelled wong. 2011-11-20 20:31:10 +00:00
PrettyPrintingTest.java removed compiler warnings. 2010-11-03 13:28:09 +00:00
PrimitiveCharacterTest.java Added support in Gson for serializing/deserializing from primitive char. 2011-09-16 05:52:32 +00:00
PrimitiveTest.java Added tests for deserialization of double array 2015-09-01 17:49:34 -07:00
PrintFormattingTest.java Updated SuppressWarnings annotations to Eclipse 3.6/3.7 which is unfortunately incompatible with Eclipse 3.5 (rawtypes vs unchecked) 2011-10-20 21:32:46 +00:00
RawSerializationTest.java More tests to ensure that serialization works for parameterized types like A<B<C<D>>> without the need to specify type in toJson() 2011-06-25 20:14:09 +00:00
ReadersWritersTest.java Throw JsonParseException in event of binding failures like type mismatches. 2011-10-24 01:32:46 +00:00
RuntimeTypeAdapterFactoryFunctionalTest.java Added support for JsonSerializer/JsonDeserializer for JsonAdapter annotation. 2016-06-02 00:08:25 -04:00
SecurityTest.java Updated the security token to make generated Json non-executable. Removed the unneeded <data> element at the end. 2009-03-20 18:02:35 +00:00
SerializedNameTest.java Fix some typos in gson comments. 2016-02-15 14:11:23 -08:00
StreamingTypeAdaptersTest.java Write a test recommended by missing code coverage on TypeAdapter 2012-02-11 20:16:05 +00:00
StringTest.java Don't unwrap single-element String arrays 2011-09-09 05:41:35 +00:00
ThrowableFunctionalTest.java fixed tests to take care of stackTrace element appearing sometimes 2014-12-10 22:43:44 +00:00
TreeTypeAdaptersTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TypeAdapterPrecedenceTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TypeHierarchyAdapterTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TypeVariableTest.java Tests that demonstrate that type variables work. 2011-01-19 22:24:10 +00:00
UncategorizedTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
VersioningTest.java Fixed Eclipse warnings 2011-09-30 17:08:35 +00:00