gson-comments/gson/src/test/java/com/google/gson
2014-03-09 07:31:02 +00:00
..
common Added support for runtime type determination while serializing collections and its subclasses. 2011-08-04 23:55:52 +00:00
functional added functional tests for applying JsonAdapter annotation on Fields. 2014-03-09 07:31:02 +00:00
internal Updated Gson version to 2.3-SNAPSHOT since this is a new feature. 2014-03-08 20:08:13 +00:00
metrics Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
reflect removed unneeded suppression of warnings. 2011-01-19 07:34:44 +00:00
stream Added test for comments inside a string value. 2013-04-14 21:36:47 +00:00
CommentsTest.java Test case demonstrating that issue 212 is fixed. We got comment parsing support for free when we switched to JsonReader. 2010-08-27 07:33:33 +00:00
DefaultDateTypeAdapterTest.java Apply locale fix for date type adapter test. 2011-12-16 04:57:22 +00:00
DefaultInetAddressTypeAdapterTest.java Adding default type adapter for InetAddress. 2011-01-10 23:03:48 +00:00
DefaultMapJsonSerializerTest.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
ExposeAnnotationExclusionStrategyTest.java Rename GsonExclusionStrategy to Excluder. The new class is its own factory, which simplifies its caller in GsonBuilder. It no longer implements ExclusionStrategy, which allows the callers to pass in a boolean for serialize/deserialize. This allows us to use one excluder for both code paths. The delegate ExclusionStrategy instances might end up not being shared so it has two lists internally. 2011-11-22 07:37:13 +00:00
FieldAttributesTest.java Smash together ReflectiveTypeAdapterFactory and its subclass. The separation was useful earlier when we were contemplating keeping Gson and MiniGson separate. 2011-11-21 05:42:30 +00:00
GenericArrayTypeTest.java Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00
GsonBuilderTest.java Permit users to define type adapters for primitive types and strings. 2012-06-30 02:37:49 +00:00
GsonTypeAdapterTest.java Add a test case for a problem reported on the group. 2012-10-29 16:30:33 +00:00
InnerClassExclusionStrategyTest.java Rename GsonExclusionStrategy to Excluder. The new class is its own factory, which simplifies its caller in GsonBuilder. It no longer implements ExclusionStrategy, which allows the callers to pass in a boolean for serialize/deserialize. This allows us to use one excluder for both code paths. The delegate ExclusionStrategy instances might end up not being shared so it has two lists internally. 2011-11-22 07:37:13 +00:00
JavaSerializationTest.java Regretfully enable serialization for StringMap and LazilyParsedNumber. 2012-08-15 14:58:26 +00:00
JsonArrayTest.java JsonObject.deepCopy() for Gson. 2012-08-21 01:19:43 +00:00
JsonNullTest.java removed eclipse warnings, unused fields. Made inner classes static where possible. 2013-04-12 20:09:08 +00:00
JsonObjectTest.java Adding Red-Black Tree implementation and tying it into the Gson bindings. 2012-10-11 03:15:49 +00:00
JsonParserTest.java Adding Red-Black Tree implementation and tying it into the Gson bindings. 2012-10-11 03:15:49 +00:00
JsonPrimitiveTest.java JsonObject.deepCopy() for Gson. 2012-08-21 01:19:43 +00:00
JsonStreamParserTest.java Remove unused import. 2009-10-02 20:22:43 +00:00
LongSerializationPolicyTest.java Integration test for long serialization policy. 2011-10-20 04:57:58 +00:00
MixedStreamTest.java Track change in thrown exception. 2011-10-24 05:03:06 +00:00
MockExclusionStrategy.java Incorporated feedback from r718 2011-04-04 22:23:51 +00:00
ObjectTypeAdapterTest.java Support null values in StringMap 2012-03-11 15:19:01 +00:00
OverrideCoreTypeAdaptersTest.java Address code review comments on r1154 2012-07-02 20:32:38 +00:00
ParameterizedTypeFixtures.java Fix typo: Paramterized was spelled wong. 2011-11-20 20:31:10 +00:00
ParameterizedTypeTest.java Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00
PrimitiveTypeAdapter.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
VersionExclusionStrategyTest.java Rename GsonExclusionStrategy to Excluder. The new class is its own factory, which simplifies its caller in GsonBuilder. It no longer implements ExclusionStrategy, which allows the callers to pass in a boolean for serialize/deserialize. This allows us to use one excluder for both code paths. The delegate ExclusionStrategy instances might end up not being shared so it has two lists internally. 2011-11-22 07:37:13 +00:00