private void An_invoice_should_be_sent_to_the_customer()
 {
     ScenarioAssert.Ignore("Not implemented yet");
 }
示例#2
0
 public void Step_with_inconclusive_assertion()
 {
     ScenarioAssert.Ignore("some reason");
 }
示例#3
0
 private void Template_method()
 {
     ScenarioAssert.Ignore("Not implemented yet");
 }
 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"));
 }