Ejemplo n.º 1
0
 public void Then_the_delivery_cost_should_be_0()
 {
     Assert.AreEqual(0, _basket.DeliveryCost());
 }
Ejemplo n.º 2
0
 public void Then_the_delivery_cost_should_be_0()
 {
     _basket.DeliveryCost().Should().Be(0);
 }