Exemple #1
0
 public void Then_the_delivery_cost_should_be_0()
 {
     Assert.AreEqual(0, _basket.DeliveryCost());
 }
Exemple #2
0
 public void Then_the_delivery_cost_should_be_0()
 {
     _basket.DeliveryCost().Should().Be(0);
 }