Name Date Size #Lines LOC

..--

.github/H25-Apr-2025-122115

core/H25-Apr-2025-35,86624,474

extensions/H25-Apr-2025-18,09510,674

refactorings/src/H25-Apr-2025-1,041691

util/H25-Apr-2025-5230

.gitignoreH A D25-Apr-202570 1110

Android.bpH A D25-Apr-20253.2 KiB123116

CONTRIBUTING.mdH A D25-Apr-20252.3 KiB4835

LICENSEH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025323 1816

MODULE_LICENSE_APACHE2HD25-Apr-20250

OWNERSH A D25-Apr-202560 43

README.mdH A D25-Apr-20251.5 KiB3427

overview.htmlH A D25-Apr-2025488 1511

pom.xmlH A D25-Apr-202514.3 KiB410359

README.md

1[![Main Site][gh-pages-shield]][gh-pages-link]
2[![Build Status][ci-shield]][ci-link]
3[![Maven Release][maven-shield]][maven-link]
4[![Stackoverflow][stackoverflow-shield]][stackoverflow-link]
5
6## What is Truth?
7
8Truth makes your [test assertions] and [failure messages] more readable.
9[Similar][comparison] to [AssertJ], it [natively supports][known_types] many JDK
10and [Guava] types, and it is [extensible][extension] to others.
11
12Truth is owned and maintained by the [Guava] team. It is used in the majority
13of the tests in Google’s own codebase.
14
15Read more at [the main website](https://truth.dev).
16
17<!-- references -->
18
19[test assertions]: https://truth.dev/benefits#readable-assertions
20[failure messages]: https://truth.dev/benefits#readable-messages
21[comparison]: https://truth.dev/comparison
22[AssertJ]: http://joel-costigliola.github.io/assertj/
23[known_types]: https://truth.dev/known_types
24[extension]: https://truth.dev/extension
25[Guava]: https://github.com/google/guava
26[gh-pages-shield]: https://img.shields.io/badge/main%20site-truth.dev-ff55ff.png?style=flat
27[gh-pages-link]: https://truth.dev/
28[ci-shield]: https://github.com/google/truth/workflows/CI/badge.svg?branch=master
29[ci-link]: https://github.com/google/truth/actions
30[maven-shield]: https://img.shields.io/maven-central/v/com.google.truth/truth.png
31[maven-link]: https://search.maven.org/artifact/com.google.truth/truth
32[stackoverflow-shield]: https://img.shields.io/badge/stackoverflow-googletruth-5555ff.png?style=flat
33[stackoverflow-link]: https://stackoverflow.com/questions/tagged/google-truth
34