| commit | e60038386ac1ccfd0c699719f94dc3b66ff951d2 | [log] [tgz] |
|---|---|---|
| author | peteg <peteg@google.com> | Mon Feb 05 10:56:54 2018 -0800 |
| committer | Ron Shapiro <shapiro.rd@gmail.com> | Mon Feb 05 20:54:38 2018 -0500 |
| tree | b2890734e4ad30b78738cc368527ab6ada1a7e57 | |
| parent | 8e36eaeb19cefa7f4a1d0798b658c6eb101cb6e0 [diff] |
Start work on displayingDiffsPairedBy for Smart Diffs for Fuzzy Truth. This adds the methods and stores the specified values but doesn't do anything with them. Since the methods are useless, they're package visibility for now. (I figured it would be useful to review the APIs and the documentation separately from reviewing the implementation and the choice of failure message.) RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184553216
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used from the majority of the tests in Google’s own codebase.
Read more at the main website.