Skip to content

Instantly share code, notes, and snippets.

@margareteldridge
Last active December 6, 2021 14:33
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/2a522e800625ed6dfb57a2551600bbc3 to your computer and use it in GitHub Desktop.
Save margareteldridge/2a522e800625ed6dfb57a2551600bbc3 to your computer and use it in GitHub Desktop.
@Test
public void isNoLongerAvailableAfterCheckout() {
theTrialHolding.checkOut(TODAY);
assertFalse(theTrialHolding.isAvailable());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment