예제 #1
0
 public void CheckoutWithZeroItems()
 {
     _checkout.ClearItems();
     Assert.AreEqual(0, _checkout.Total());
 }