unplugged-system/external/truth/overview.html

15 lines
488 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>