gson-comments/gson/src/test/java/com/google/gson/functional
Inderjeet Singh d3eda04f33 Added support for deserializing from null input to a null value.
Added toString() method to ObjectTypePair.
2010-10-22 16:06:59 +00:00
..
ArrayTest.java Minor test fixes. Explicitly fail test if the expected exception was not thrown. 2010-08-21 03:19:17 +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 replaced unchecked suppressed warnings token with more specific rawtypes 2010-08-20 16:20:37 +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 Removed a bunch of unused code and unnecessary else statements. 2010-09-28 13:42:43 +00:00
DefaultTypeAdaptersTest.java replaced unchecked suppressed warnings token with more specific rawtypes. 2010-08-20 16:27:46 +00:00
EnumTest.java Removed a bunch of unused code and unnecessary else statements. 2010-09-28 13:42:43 +00:00
EscapingTest.java Support mixed streaming and databinding with new APIs. 2010-09-02 00:15:23 +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 Check in a passing test for issue 204. 2010-09-03 06:44:41 +00:00
NamingPolicyTest.java Add new tests with SerializedName annotation that contains a space in the name. 2010-05-28 02:13:11 +00:00
NullObjectAndFieldTest.java Support mixed streaming and databinding with new APIs. 2010-09-02 00:15:23 +00:00
ObjectTest.java Added support for deserializing from null input to a null value. 2010-10-22 16:06:59 +00:00
ParameterizedTypesTest.java Reverting r499. 2009-09-23 19:25:50 +00:00
PrettyPrintingTest.java Support mixed streaming and databinding with new APIs. 2010-09-02 00:15:23 +00:00
PrimitiveTest.java Added a test to reproduce bug described in http://groups.google.com/group/google-gson/browse_thread/thread/9591c539e3c19d59 2010-07-19 23:32:24 +00:00
PrintFormattingTest.java replaced unchecked suppressed warnings token with more specific rawtypes 2010-08-20 16:20:37 +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