commit | 31e5ea677c5582baeb458a587cf4cc27fafa08d7 | [log] [tgz] |
---|---|---|
author | Sorin Basca <[email protected]> | Thu Feb 09 10:42:05 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 09 10:42:05 2023 +0000 |
tree | 22028a1629baa3fe2815950f614364c8c7788813 | |
parent | eedce08ded65a837ec814b0d782c617a9c16786d [diff] | |
parent | aed30ca5ac468d5184f39bebe8fef85b5a5d5834 [diff] |
Pin tradefed dependencies to Java 11 am: 5388ed8ca0 am: 3254782ef5 am: aed30ca5ac Original change: https://android-review.googlesource.com/c/platform/external/truth/+/2419125 Change-Id: I42335b0ca5e5879fe3eaecb0a9a3daf5a31b6a88 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.