google / gson

A Java serialization/deserialization library to convert Java Objects into JSON and back
Apache License 2.0
23.13k stars 4.27k forks source link

Migrate all tests to Truth & use `assertThrows` #2687

Closed Marcono1234 closed 1 month ago

Marcono1234 commented 1 month ago

Purpose

Migrate all tests to Truth & use assertThrows

Description

Checklist

Marcono1234 commented 1 month ago

Sorry for the delay; I have added a few more test improvements. This pull request should now be ready.