private void An_invoice_should_be_sent_to_the_customer() { ScenarioAssert.Ignore("Not implemented yet"); }
public void Step_with_inconclusive_assertion() { ScenarioAssert.Ignore("some reason"); }
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")); }