unplugged-system/external/truth/overview.html

15 lines
488 B
HTML
Raw Normal View History

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