Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 11:43
Show Gist options
  • Save DominikMostek/2f62858cadde78bc17d61603782ded5f to your computer and use it in GitHub Desktop.
Save DominikMostek/2f62858cadde78bc17d61603782ded5f to your computer and use it in GitHub Desktop.
void inputOutputExample() {
Iterable<String> inputData = Arrays.asList("a", "b", ...);
String result = processor.process(input)
assertThat(result).isEqualTo("expected");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment