Ejemplo n.º 1
0
 private void An_invoice_should_be_sent_to_the_customer()
 {
     ScenarioAssert.Ignore("Not implemented yet");
 }
Ejemplo n.º 2
0
 public void Step_with_inconclusive_assertion()
 {
     ScenarioAssert.Ignore("some reason");
 }
Ejemplo n.º 3
0
 private void Template_method()
 {
     ScenarioAssert.Ignore("Not implemented yet");
 }
Ejemplo n.º 4
0
 private void Then_the_product_should_be_removed_from_stock()
 {
     ScenarioAssert.Ignore("Product removal from stock is not implemented yet");
     Assert.False(_stock.Products.Contains("product"));
 }