commit | aed30ca5ac468d5184f39bebe8fef85b5a5d5834 | [log] [tgz] |
---|---|---|
author | Sorin Basca <[email protected]> | Thu Feb 09 09:51:46 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 09 09:51:46 2023 +0000 |
tree | 22028a1629baa3fe2815950f614364c8c7788813 | |
parent | 922aa31893acd7898bb7e6a287bd97d4f7d5c82e [diff] | |
parent | 3254782ef53738dca4f84e72467bb72d459d8c5e [diff] |
Pin tradefed dependencies to Java 11 am: 5388ed8ca0 am: 3254782ef5 Original change: https://android-review.googlesource.com/c/platform/external/truth/+/2419125 Change-Id: Ia7c6e9208e13a82333529944baef6c62394847a2 Signed-off-by: Automerger Merge Worker <[email protected]>
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.