commit | 50169063389b5dede9fba4f36895d66f9f479c80 | [log] [tgz] |
---|---|---|
author | kak <kak@google.com> | Tue Oct 28 14:34:45 2014 |
committer | Chris Povirk <cpovirk@google.com> | Wed Oct 29 18:07:51 2014 |
tree | 145409864b01857c9dff701bce46d1304112f9d6 | |
parent | e12c62dc17ad21c2fc8a9a918c159f661ee2f202 [diff] |
Clean up usages of deprecated Truth has() Collection methods: -has().item(...) -> contains(...) -has().allOf(...) -> containsAllOf(...) -has().exactly(...) -> containsExactly(...) -has().exactlyAs(...) -> containsExactlyElementsIn(...) ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78667251