Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created June 9, 2020 18:48
Show Gist options
  • Save theboreddev/48c044de7298fd0a9b2d995845e3d00f to your computer and use it in GitHub Desktop.
Save theboreddev/48c044de7298fd0a9b2d995845e3d00f to your computer and use it in GitHub Desktop.
allFieldsInstance
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