Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | H | 25-Apr-2025 | - | 122 | 115 | |
core/ | H | 25-Apr-2025 | - | 35,866 | 24,474 | |
extensions/ | H | 25-Apr-2025 | - | 18,095 | 10,674 | |
refactorings/src/ | H | 25-Apr-2025 | - | 1,041 | 691 | |
util/ | H | 25-Apr-2025 | - | 52 | 30 | |
.gitignore | H A D | 25-Apr-2025 | 70 | 11 | 10 | |
Android.bp | H A D | 25-Apr-2025 | 3.2 KiB | 123 | 116 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 2.3 KiB | 48 | 35 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
METADATA | H A D | 25-Apr-2025 | 323 | 18 | 16 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 60 | 4 | 3 | |
README.md | H A D | 25-Apr-2025 | 1.5 KiB | 34 | 27 | |
overview.html | H A D | 25-Apr-2025 | 488 | 15 | 11 | |
pom.xml | H A D | 25-Apr-2025 | 14.3 KiB | 410 | 359 |
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-google‐truth-5555ff.png?style=flat 33[stackoverflow-link]: https://stackoverflow.com/questions/tagged/google-truth 34