Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Last active July 14, 2022 22:27
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/d8ac162143b88e8f65018d87e8ba2128 to your computer and use it in GitHub Desktop.
Save beyondxscratch/d8ac162143b88e8f65018d87e8ba2128 to your computer and use it in GitHub Desktop.
@CsvSource({
"http://www.junit.org, JUnit, Testing",
"https://www.oracle.com/fr/java/, Java, Language"
})
@DisplayName("Should create the bookmark")
@ParameterizedTest(name = "for the url {0} named {1} & tagged {2}")
void should_create_the_bookmark(String url, String name, String tag) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment