Skip to content

Instantly share code, notes, and snippets.

@DeepSpawn
Last active November 13, 2016 08:26
Show Gist options
  • Save DeepSpawn/e1f89cf820ac55a48fa4e3caece52066 to your computer and use it in GitHub Desktop.
Save DeepSpawn/e1f89cf820ac55a48fa4e3caece52066 to your computer and use it in GitHub Desktop.
private static ArgumentMatcher<Object[]> VarArgsEq(Object... expectedValues){
return new CustomVarargMatcher(expectedValues);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment