Created
June 9, 2020 18:48
-
-
Save theboreddev/48c044de7298fd0a9b2d995845e3d00f to your computer and use it in GitHub Desktop.
allFieldsInstance
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
final Customer testCustomer = new Customer( | |
"John", | |
"Smith", | |
Optional.of(30), | |
Optional.of("Flat 0, Some Street, W1 XYZ"), | |
Optional.of("01234 567890"), | |
Optional.of(Sex.MALE) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment