commit | e5b5c06fc7bcefcce1be7ada8f43541c48c30c92 | [log] [tgz] |
---|---|---|
author | cpovirk <cpovirk@google.com> | Wed Apr 11 12:06:17 2018 -0700 |
committer | Ron Shapiro <shapiro.rd@gmail.com> | Thu Apr 12 18:06:35 2018 -0400 |
tree | f387e422f74a0e2006b21bdc3fd664987e3f4581 | |
parent | fc1d988ac34c4f0ada034e9c3be400a8287442d8 [diff] |
Migrate IterableSubject's inOrder() failure messages to the new style. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192487452
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.