gson-comments/gson/src/test
Maicol be87c3fd0e
Port Junit test to Truth in the package com.google.gson of the module gson (#2299)
* Add the Truth dependency

* Port Junit test to Truth in the package `com.google.gson` of the module `gson`

* Replace the `assertThat(e.getMessage()).isEqualTo(...)"` with `assertThat(e).hasMessageThat().isEqualTo(...)`

* Minor fixes
2023-01-17 07:59:10 -08:00
..
java/com/google/gson Port Junit test to Truth in the package com.google.gson of the module gson (#2299) 2023-01-17 07:59:10 -08:00
resources Port tests from JUnit 3 to JUnit 4 (#2294) 2022-12-22 06:04:16 -08:00