gson-comments/gson/src/test/java/com/google/gson/functional
2012-12-20 19:41:33 +00:00
..
ArrayTest.java Tests to demonstrate that GSON 2 fixes some user-reported bugs. 2011-10-02 15:18:12 +00:00
CircularReferenceTest.java Let the runtime throw on circular references 2011-09-28 19:38:43 +00:00
CollectionTest.java custom-collections 2011-10-22 19:25:30 +00:00
ConcurrencyTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
CustomDeserializerTest.java Forbid custom serializers for primitive types (so we can avoid boxing in the reflective and array adapters) 2011-09-09 06:26:21 +00:00
CustomSerializerTest.java Minor fixes. 2009-10-09 15:43:50 +00:00
CustomTypeAdaptersTest.java updated oss-parent version to 7 in gson-extras pom. 2012-08-01 20:57:51 +00:00
DefaultTypeAdaptersTest.java Make JsonElement TypeAdapterFactory a type hierarchy factory. 2012-12-20 07:57:17 +00:00
DelegateTypeAdapterTest.java Address code review comments on r1154 2012-07-02 20:32:38 +00:00
EnumTest.java Support @SerializedName on annotations. 2011-12-16 05:32:50 +00: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 Fill in some gaps in ExclusionStrategy's test. 2012-01-01 12:34:47 +00:00
ExposeFieldsTest.java removed unused no-args constructors 2011-03-23 18:48:03 +00:00
FieldExclusionTest.java Adopt JsonElementWriter in GSON. 2011-09-30 07:08:44 +00:00
FieldNamingTest.java Tighten up some of the fields naming policy code. The main thrust of this change is replacing classes like UpperCaseNamingPolicy with the corresponding method calls. Classes like CompositeFieldNamingPolicy are replaced by sequences of method calls. This also replaces unit tests with functional tests. 2011-11-21 05:08:23 +00: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 Allowing instance creators to be registered with the raw type only (without specifying type parameters). 2012-10-24 20:40:44 +00: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
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
MapAsArrayTypeAdapterTest.java Fix the map type adapter to support array serialization natively. 2011-09-12 05:51:17 +00:00
MapTest.java Adding Red-Black Tree implementation and tying it into the Gson bindings. 2012-10-11 03:15:49 +00:00
MoreSpecificTypeSerializationTest.java Fix a bunch of preserve-type issues: 2011-04-20 22:27:51 +00:00
NamingPolicyTest.java Tests to demonstrate that GSON 2 fixes some user-reported bugs. 2011-10-02 15:18:12 +00:00
NullObjectAndFieldTest.java Incorporated feedback from r1082 2011-12-23 16:11:12 +00:00
ObjectTest.java Ensure "excluder" is added prior to user defined type adapters/factories. 2012-12-20 19:41:33 +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 Support booleans as strings in stream binding. Remove support for interpreting "1" as true. 2011-10-23 21:41:30 +00: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
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
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
TreeTypeAdaptersTest.java Added a failing test that demonstrates regression on tree-style type adapters. 2011-11-23 09:49:03 +00:00
TypeAdapterPrecedenceTest.java Fix type adapter precedence so that last-registered wins (except for tree type hierarchy adapters, which were always last). 2011-12-06 05:09:18 +00:00
TypeHierarchyAdapterTest.java Commit to factories as the mechanism to lookup type adapters. This uses factories for type hierarchy adapters. We keep a separate list of factories for tree-style adapters registered with registerTypeHierarchyAdapter to guarantee that these come after the non-hierarchy adapters. 2011-11-23 06:16:55 +00:00
TypeVariableTest.java Tests that demonstrate that type variables work. 2011-01-19 22:24:10 +00:00
UncategorizedTest.java Test to demonstrate that we've fixed issue 302. 2011-03-29 21:48:03 +00:00
VersioningTest.java Fixed Eclipse warnings 2011-09-30 17:08:35 +00:00