commit | eedce08ded65a837ec814b0d782c617a9c16786d | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <[email protected]> | Tue Nov 22 19:18:56 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 22 19:18:56 2022 +0000 |
tree | c5640e30b582e7b4417a3f3b0be4e2c021e7de0e | |
parent | 5b7c09b66b4f9d1ceccb38fc663b6b8b460fc934 [diff] | |
parent | 922aa31893acd7898bb7e6a287bd97d4f7d5c82e [diff] |
Use asm built from source. am: 14df851054 am: dde5559741 am: 922aa31893 Original change: https://android-review.googlesource.com/c/platform/external/truth/+/2305453 Change-Id: If7f0ea9192b9fc79f905f2e514ff4be004f90d2d 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.