xref: /aosp_15_r20/external/truth/overview.html (revision b3996a89512f34bffd8f9a69f0bc726f1b19016a)
1<body>
2<a href="https://truth.dev" target="_top">Truth</a> is a library for performing assertions in
3tests:
4
5<pre>{@code
6assertThat(notificationText).contains("[email protected]");
7}</pre>
8
9<p>Truth is owned and maintained by the <a href="http://github.com/google/guava"
10target="_top">Guava</a> team. It is used in the majority of the tests in Google’s own codebase.
11
12<p>For more information, see <a href="https://truth.dev" target="_top">our introduction</a> and
13other docs.
14</body>
15