gson-comments/gson/src/test
Éamonn McManus 18bdb6db2a
Fix a couple of types in tests. (#2317)
These show up with recent Error Prone analyses for Truth. Because the
tests use the overload of `Gson.fromJson` that takes a `Type` argument,
rather than the one with a `TypeToken`, the type mismatches were not
detected by the compiler.
2023-02-15 05:53:29 -08:00
..
java/com/google/gson Fix a couple of types in tests. (#2317) 2023-02-15 05:53:29 -08:00
resources Port tests from JUnit 3 to JUnit 4 (#2294) 2022-12-22 06:04:16 -08:00