Skip to content

Instantly share code, notes, and snippets.

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

  • Save dnno/26023f52e3d9308aca36c6ff75a0a4f8 to your computer and use it in GitHub Desktop.

Select an option

Save dnno/26023f52e3d9308aca36c6ff75a0a4f8 to your computer and use it in GitHub Desktop.
@ParameterizedTest
@JsonSource(value = "{firstname:'Jane', lastname: 'Doe'}", type = Person.class)
void jsonSourceTest(Person param) {
System.out.println(param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment