Platform Tools Release 35.0.1 (11580240)
Snap for 11541002 from 6f762844ed2bd7a4fb2e43f0ca74ff7f02c67426 to sdk-release

Change-Id: I7ad37e98f2991c34acc691a1d3b051335dc54e1a
tree: 242ffab912be12d5c9db99bbf2384bb3a87a8883
  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.