phoglund 7ab5f801dd 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}
2015-06-24 08:11:51 +00:00
..
2015-06-11 08:27:36 +00:00
2015-06-11 08:27:36 +00:00
2015-06-11 08:27:36 +00:00
2015-04-01 15:08:49 +00:00