Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Created July 14, 2022 22:14
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 beyondxscratch/3c23acf38954e05facb8bf60e7401a81 to your computer and use it in GitHub Desktop.
Save beyondxscratch/3c23acf38954e05facb8bf60e7401a81 to your computer and use it in GitHub Desktop.
@ParameterizedTest
@ValueSource(strings = {"Programmez", "Magazine"})
void a_simple_test(String word) {
assertTrue(word.length() > 8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment