Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created April 15, 2018 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozkminiacz/b7ee05df581c89f80bb83100c5c1b35a to your computer and use it in GitHub Desktop.
Save rozkminiacz/b7ee05df581c89f80bb83100c5c1b35a to your computer and use it in GitHub Desktop.
@Parameters
public static Collection<Object[]> data() {
return Arrays.asList(new Object[][] {
{ 0, 0 }, { 1, 1 }, { 2, 1 }
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment