Clone this repo:
  1. 59e7a50 Deprecate `Subject.Factory` methods for Java 8 types. by cpovirk · 2 days ago master
  2. b74edad Remove a confusing comment. by Éamonn McManus · 5 days ago
  3. 85772be Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by dependabot[bot] · 5 days ago
  4. 2317182 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by dependabot[bot] · 9 days ago
  5. 399821e Remove stray references to `Truth8`. by cpovirk · 2 weeks ago

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.