Truth is a library for performing assertions in tests:
{@code
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.