Skip to content

Instantly share code, notes, and snippets.

@angerelle
Created October 28, 2011 13:18
Show Gist options
  • Save angerelle/1322235 to your computer and use it in GitHub Desktop.
Save angerelle/1322235 to your computer and use it in GitHub Desktop.
Matching Points in an array
assertThat([new Point(1,2), new Point(3,4)], array(hasProperties({x:1, y:2}), hasProperties({x:3, y:4})));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment