commit | fa4c7b5124c105182aded5e52ebd822e094ac91d | [log] [tgz] |
---|---|---|
author | Kurt Alfred Kluever <kak@google.com> | Thu Feb 04 17:20:22 2021 -0800 |
committer | Google Java Core Libraries <java-core-libraries-team+copybara@google.com> | Thu Feb 04 17:20:57 2021 -0800 |
tree | 12b9e44e558e9306163e9520a70e307473b1edac | |
parent | 219c0b13d52b0331ab65a781a3891e22c896d4a0 [diff] |
Throw `UnsupportedOperationException` from Truth's `Subject.toString()`. RELNOTES=Throw `UnsupportedOperationException` from Truth's `Subject.toString()`. PiperOrigin-RevId: 355745751
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
Read more at the main website.