gson-comments/gson/src/test/java/com/google/gson
2008-11-14 22:11:12 +00:00
..
common During serialization, we now dont call custom serializers the field is null. 2008-11-14 20:52:57 +00:00
functional Added more tests in response to Issue 70. 2008-11-14 22:11:12 +00:00
metrics moved performance tests under the metrics package and replaced the invalid JSON 2008-10-10 23:22:27 +00:00
CamelCaseSeparatorNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
DefaultDateTypeAdapterTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
DefaultMapJsonSerializerTest.java Added support for serialization of raw maps. 2008-10-21 22:37:41 +00:00
DisjunctionExclusionStrategyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
EscaperTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ExposeAnnotationBasedExclusionStrategyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
FunctionalWithInternalDependenciesTest.java Fixed issue 63 where Gson could not operate in a thread-safe manner. Resolved the issue by recreating ObjectNavigatorFactory for each call instead of reusing the same object everywhere. This is needed since ObjectNavigatorFactory had MemoryRefStack that was incorrectly being shared across calls. 2008-10-20 20:09:42 +00:00
GenericArrayTypeImplTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
GsonBuilderTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
GsonTypeAdapterTest.java Removed ExceptionWrapper from serializers. 2008-11-14 02:17:19 +00:00
JavaFieldNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonDeserializerExceptionWrapperTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonEscapingVisitorTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonFieldNameValidatorTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
LowerCamelCaseSeparatorNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
LowerCaseNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
MemoryRefStackTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
MockExclusionStrategy.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ModifyFirstLetterNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
NullExclusionStrategyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ParameterizedTypeHandlerMapTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ParameterizedTypeImplTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ParamterizedTypeFixtures.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
PrimitiveTypeAdapterTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
SerializedNameAnnotationInterceptingNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
StringUnmarshallerTest.java Updated JsonParser to use Token to match strings instead of productions. This 2008-10-10 21:52:02 +00:00
TypeInfoArrayTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TypeInfoFactoryTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TypeInfoMapTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TypeInfoTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TypeUtilsTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
UpperCaseNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
VersionExclusionStrategyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00