Files
rk35xx-android14/external/truth/overview.html
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

15 lines
488 B
HTML
Raw 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>