commit | 7ab5f801dd8d6bc018b59d41877f44ec4ab19d15 | [log] [tgz] |
---|---|---|
author | phoglund <phoglund@webrtc.org> | Wed Jun 24 08:11:46 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 24 08:11:51 2015 |
tree | 957c6316cbb79b5f79e77bd4ef777a9ca42b55f4 | |
parent | 66f920ea57c76e6213ada45ad907872f4fa2e7ee [diff] |
Adding an equals method for KeyValuePair for easier testing. With this we can write stuff like assertThat(result.mandatory, hasItem(new KeyValuePair("minWidth", "1280"))); The above will currently fail because the object falls back to ==. BUG=None Review URL: https://codereview.webrtc.org/1193883006 Cr-Commit-Position: refs/heads/master@{#9494}