google / truth

Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.71k stars 258 forks source link
assertion-framework java junit test-framework testing-library truth unit-testing

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.