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 <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: c5640e30b582e7b4417a3f3b0be4e2c021e7de0e
  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.