Skip to content

Instantly share code, notes, and snippets.

@dnno
Created June 2, 2019 19:01
Show Gist options
  • Select an option

  • Save dnno/638ab6a109d0ceeff9afb56f1eaef73f to your computer and use it in GitHub Desktop.

Select an option

Save dnno/638ab6a109d0ceeff9afb56f1eaef73f to your computer and use it in GitHub Desktop.
class ParameterizedTests {
@ParameterizedTest
@ValueSource(ints = {1,2,3,4,5})
void valueSourceTest(int param){
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment