Google's assertion/proposition framework for testing.
Google Truth is a fluent assertion library for Java and Android tests (similar to AssertJ):
assertThat(notificationText).contains("testuser@google.com");
Google's assertion/proposition framework for testing.
Google Truth is a fluent assertion library for Java and Android tests (similar to AssertJ):
assertThat(notificationText).contains("testuser@google.com");