Create a build rule for Proto Truth. am: 636faf6950 am: 2a22fac4fe Original change: https://android-review.googlesource.com/c/platform/external/truth/+/3027137 Change-Id: Ia821643e337fa57ea10a632755f5901bab19d6c7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.