Snap for 12559614 from f65ae0d80f50a093d80d6031272f8fc8903712a6 to 25Q1-release

Change-Id: I357bbbbcaa47c1af46e249e199e1a8c1567d0e01
tree: b20544b03e84bb4fa55d3c4b516ec6714f7f2ee7
  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.