Skip to content

Instantly share code, notes, and snippets.

@maaretp
Created March 18, 2018 20:28
Show Gist options
  • Save maaretp/d1de4e4e0564581df341193d0b69b205 to your computer and use it in GitHub Desktop.
Save maaretp/d1de4e4e0564581df341193d0b69b205 to your computer and use it in GitHub Desktop.
public void testSomething() throws Exception {
String[] items = { "Any" };
Integer[] sellins = { 0 };
Integer[] qualities = { 0 };
CombinationApprovals.verifyAllCombinations(this::checkItem, items, sellins, qualities);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment