public SupermarketCheckoutTests()
 {
     checkout = new SupermarketCheckout();
 }
Beispiel #2
0
 public DiscountCalculatorTests()
 {
     checkout = new SupermarketCheckout();
 }