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("[email protected]");
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("[email protected]");