gson-comments/gson/src/test/java/com/google/gson/functional
Marcono1234 e93fda9f17
Fix typos and improve Gson Design Document formatting (#2491)
* Fix typos and grammar issues

Most of them were found by IntelliJ

* Improve formatting and fix typos in Gson Design Document
2023-09-20 15:44:15 -07:00
..
ArrayTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
CircularReferenceTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
CollectionTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
ConcurrencyTest.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
CustomDeserializerTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
CustomSerializerTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
CustomTypeAdaptersTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
DefaultTypeAdaptersTest.java Make date-formatting tests less fragile with regular expressions. (#2450) 2023-07-26 12:24:04 -07:00
DelegateTypeAdapterTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
EnumTest.java Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
EnumWithObfuscatedTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
EscapingTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
ExclusionStrategyFunctionalTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
ExposeFieldsTest.java Update to latest Error Prone and fix some newly-flagged problems. (#2426) 2023-06-19 14:22:28 -07:00
FieldExclusionTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
FieldNamingTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
FormattingStyleTest.java Use non-null FormattingStyle; configure space after separator (#2345) 2023-05-30 16:32:22 -07:00
GsonVersionDiagnosticsTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
InheritanceTest.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
InstanceCreatorTest.java Fix Gson.getDelegateAdapter not working properly for JsonAdapter (#2435) 2023-08-22 17:15:18 -07:00
InterfaceTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
InternationalizationTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
Java17RecordTest.java Adjust ProGuard default rules and shrinking tests (#2420) 2023-07-24 07:34:02 -07:00
JavaUtilConcurrentAtomicTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
JavaUtilTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
JsonAdapterAnnotationOnClassesTest.java Improve JsonAdapter documentation and tests (#2442) 2023-08-23 07:09:32 -07:00
JsonAdapterAnnotationOnFieldsTest.java Fix Gson.getDelegateAdapter not working properly for JsonAdapter (#2435) 2023-08-22 17:15:18 -07:00
JsonAdapterSerializerDeserializerTest.java Improve JsonAdapter documentation and tests (#2442) 2023-08-23 07:09:32 -07:00
JsonParserTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
JsonTreeTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
LeniencyTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
MapAsArrayTypeAdapterTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
MapTest.java Fix a couple of types in tests. (#2317) 2023-02-15 05:53:29 -08:00
MoreSpecificTypeSerializationTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
NamingPolicyTest.java Rename master to main everywhere. (#2410) 2023-06-07 11:02:13 -07:00
NullObjectAndFieldTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
ObjectTest.java Make date-formatting tests less fragile with regular expressions. (#2450) 2023-07-26 12:24:04 -07:00
ParameterizedTypesTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
PrettyPrintingTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
PrimitiveCharacterTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
PrimitiveTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
PrintFormattingTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
RawSerializationTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
ReadersWritersTest.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
ReflectionAccessFilterTest.java Adds Error Prone to the maven-compiler-plugin (#2308) 2023-02-06 06:13:28 -08:00
ReflectionAccessTest.java Rename master to main everywhere. (#2410) 2023-06-07 11:02:13 -07:00
ReusedTypeVariablesFullyResolveTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
RuntimeTypeAdapterFactoryFunctionalTest.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
SecurityTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
SerializedNameTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
StreamingTypeAdaptersTest.java Rename master to main everywhere. (#2410) 2023-06-07 11:02:13 -07:00
StringTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
ToNumberPolicyFunctionalTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
TreeTypeAdaptersTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
TypeAdapterPrecedenceTest.java Link to troubleshooting guide from exception messages (#2357) 2023-04-15 13:36:26 -07:00
TypeAdapterRuntimeTypeWrapperTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
TypeHierarchyAdapterTest.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
TypeVariableTest.java Adds Error Prone to the maven-compiler-plugin (#2308) 2023-02-06 06:13:28 -08:00
UncategorizedTest.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
VersioningTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00