gson-comments/gson/src/test/java/com/google/gson/functional
2010-01-10 03:27:59 +00:00
..
ArrayTest.java Added some more tests. 2009-09-29 20:24:48 +00:00
CircularReferenceTest.java Added code to ensure that circular reference situations with custom handlers are detected. 2009-09-29 20:43:31 +00:00
CollectionTest.java Allow serialization of nulls in a "List<Object>" type. 2009-09-29 20:34:35 +00:00
ConcurrencyTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
CustomDeserializerTest.java Ensured that custom deserializer is invoked with actual type returned for field values. 2009-10-09 19:41:33 +00:00
CustomSerializerTest.java Minor fixes. 2009-10-09 15:43:50 +00:00
CustomTypeAdaptersTest.java Deprecate the FieldNamingStrategy interface and replace it with FieldNamingStrategy2. This is the first step to help make it easy to cache field annotations across all instances of a class, etc. 2010-01-09 22:43:27 +00:00
DefaultTypeAdaptersTest.java Fixed issue 167 by adding support for TreeSet deserialization. Added tests for serialization/deserialization of treesets. 2010-01-08 19:14:42 +00:00
EnumTest.java Moved enum-related tests under EnumTest class. 2009-03-30 18:36:55 +00:00
EscapingTest.java Add a single quote to the HTML set of characters that should be escaped. 2009-05-19 19:49:25 +00:00
ExclusionStrategyFunctionalTest.java Added functional tests for user defined exclusion strategy. 2009-10-09 21:12:07 +00:00
ExposeFieldsTest.java Removed all the JDK warnings about unused fields in test classes or unused constructors for use by Gson or instanceof calls on parameterized types. 2009-09-23 17:45:16 +00:00
FieldExclusionTest.java Incorporated code review comments from r350 2008-12-30 18:54:33 +00:00
InheritanceTest.java Added inheritance tests using toJson() method as well. 2009-10-08 19:32:15 +00:00
InstanceCreatorTest.java Adding a few more assert to the InstanceCreatorTest to ensure that the default values are set for sub class fields. 2009-10-09 21:23:51 +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 Changed version to 1.3 2009-03-31 17:53:23 +00:00
JsonTreeTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
MapTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
NamingPolicyTest.java Adding tests to ensure the adapter from the old to new naming strategy is working properly. 2010-01-10 03:27:59 +00:00
NullObjectAndFieldTest.java Ensured that custom deserializer is invoked with actual type returned for field values. 2009-10-09 19:41:33 +00:00
ObjectTest.java Ensured that a custom handler is not visited during deserialization. 2009-10-06 01:15:28 +00:00
ParameterizedTypesTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
PrettyPrintingTest.java Fixed Issue 153 by using a stack to keep track of first elements at any level. 2009-09-29 17:52:49 +00:00
PrimitiveTest.java Updated Gson grammar to support floating point numbers without a +/- after the E. So, 1.234567899E8 is now accepted by Gson as a valid floating point number. This fixed the bug http://code.google.com/p/google-gson/issues/detail?id=94 2009-03-05 23:05:29 +00:00
PrintFormattingTest.java Ensured that a custom handler is not visited during deserialization. 2009-10-06 01:15:28 +00:00
ReadersWritersTest.java Implemented suggestions from the code review of r436: throwing NoSuchElementException in case the stream hits EOF. 2009-10-01 18:34:11 +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
StringTest.java Added support for accepting Object field names without quotes. Issue 41. 2008-11-26 17:52:46 +00:00
UncategorizedTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
VersioningTest.java Added more tests involving Since and Until versioning. 2008-12-01 00:23:35 +00:00