Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created May 31, 2019 08:35
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 jasongorman/d754fe2ac45d5a697e2bdb2ff3c4d87c to your computer and use it in GitHub Desktop.
Save jasongorman/d754fe2ac45d5a697e2bdb2ff3c4d87c to your computer and use it in GitHub Desktop.
ShoppingBasket shoppingBasket = new ShoppingBasket(basket);
shoppingBasket.addItem(productCode, productDescription, price, quantity);
assertEquals(100.0, total(shoppingBasket) , 0.0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment