Created
June 2, 2019 19:03
-
-
Save dnno/26023f52e3d9308aca36c6ff75a0a4f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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