You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
488 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<body>
<a href="https://truth.dev" target="_top">Truth</a> is a library for performing assertions in
tests:
<pre>{@code
assertThat(notificationText).contains("testuser@google.com");
}</pre>
<p>Truth is owned and maintained by the <a href="http://github.com/google/guava"
target="_top">Guava</a> team. It is used in the majority of the tests in Googles own codebase.
<p>For more information, see <a href="https://truth.dev" target="_top">our introduction</a> and
other docs.
</body>