Skip navigation links

@CheckReturnValue

Package com.google.common.truth

Truth is a library for performing assertions in tests:

See: Description

Package com.google.common.truth Description

Truth is a library for performing assertions in tests:

 assertThat(notificationText).contains("testuser@google.com");
 

Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.

For more information, see our introduction and other docs.

Skip navigation links

Copyright © 2020. All rights reserved.