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
3 files changed
tree: b2890734e4ad30b78738cc368527ab6ada1a7e57
  1. core/
  2. extensions/
  3. util/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

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.