Skip to content

Instantly share code, notes, and snippets.

@margareteldridge
Created December 2, 2021 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save margareteldridge/b8f4ed146da562ae17f64daad11c3951 to your computer and use it in GitHub Desktop.
Save margareteldridge/b8f4ed146da562ae17f64daad11c3951 to your computer and use it in GitHub Desktop.
@Test
public void addCustomer() {
assertThat(customerStore.retrieve(ACME_ID), is(null));
customerStore.add(new Customer(ACME_ID));
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment