What is Truth? Truth is a library for performing assertions in tests: Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase. Why use an assertion library? In other words, why depend on a new library when you can use the methods built into your testing framework, like assertEquals? assertEquals( ImmutableMultiset.of("guava", "dagger", "tru