gson-comments/gson/src/test/java/com/google/gson
Marcono1234 6a9d240f78
Add limits when deserializing BigDecimal and BigInteger (#2510)
* Add limits when deserializing `BigDecimal` and `BigInteger`

* Use assertThrows

* Don't check number limits in JsonReader
2023-10-23 13:51:29 -07:00
..
common Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
functional Add limits when deserializing BigDecimal and BigInteger (#2510) 2023-10-23 13:51:29 -07:00
internal Throw exception when calling JsonWriter.name outside JSON object (#2476) 2023-08-29 08:41:06 -07:00
metrics Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
reflect Prevent TypeToken from capturing type variables (#2376) 2023-08-14 14:26:05 -07:00
regression Improve JsonAdapter documentation and tests (#2442) 2023-08-23 07:09:32 -07:00
stream Throw exception when calling JsonWriter.name outside JSON object (#2476) 2023-08-29 08:41:06 -07:00
CommentsTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
DefaultInetAddressTypeAdapterTest.java Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.1 (#2463) 2023-08-08 14:21:06 -07:00
DefaultMapJsonSerializerTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
ExposeAnnotationExclusionStrategyTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
FieldAttributesTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
FieldNamingPolicyTest.java Update Error Prone, bypass a bug in it, fix some problems it flags (#2387) 2023-05-09 10:28:39 -07:00
GenericArrayTypeTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
GsonBuilderTest.java issue#2436: Throw exception when registering adapter for Object or JsonElement (#2479) 2023-10-03 07:29:54 -07:00
GsonTest.java issue#2436: Throw exception when registering adapter for Object or JsonElement (#2479) 2023-10-03 07:29:54 -07:00
GsonTypeAdapterTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
InnerClassExclusionStrategyTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
JavaSerializationTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
JsonArrayAsListTest.java Modification in test cases (#2454) 2023-07-29 14:18:45 -07:00
JsonArrayTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
JsonNullTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
JsonObjectAsMapTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
JsonObjectTest.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
JsonParserParameterizedTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
JsonParserTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
JsonPrimitiveTest.java Fix the equals method of JsonPrimitive to work with BigInteger (#2311) 2023-02-06 09:40:11 -08:00
JsonStreamParserTest.java Modification in test cases (#2454) 2023-07-29 14:18:45 -07:00
LongSerializationPolicyTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
MixedStreamTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
MockExclusionStrategy.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
ObjectTypeAdapterParameterizedTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ObjectTypeAdapterTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
OverrideCoreTypeAdaptersTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
ParameterizedTypeFixtures.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
ParameterizedTypeTest.java Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
PrimitiveTypeAdapter.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
ToNumberPolicyTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
TypeAdapterTest.java Modification in test cases (#2454) 2023-07-29 14:18:45 -07:00
VersionExclusionStrategyTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00