Create a build rule for Proto Truth.

Proto Truth is used in AOSP/3028380. It makes comparing two Protos much easier.

Bug: 331294167
Test: mmm -j external/truth/:truth-proto-extension
Change-Id: Ie08f358e935212a8d9e61befd036ddf1d01dae58
1 file changed
tree: 20fc4a42f3e1b8f013e6c8e3a0d6b54a66c6bdb1
  1. .github/
  2. core/
  3. extensions/
  4. refactorings/
  5. util/
  6. .gitignore
  7. Android.bp
  8. CONTRIBUTING.md
  9. LICENSE
  10. METADATA
  11. MODULE_LICENSE_APACHE2
  12. overview.html
  13. OWNERS
  14. pom.xml
  15. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

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.