Exemplo n.º 1
0
        public void Assert_no_pricing_rule_is_created()
        {
            _testContext.ArrangeNonExistingPricingRule();

            _testContext.Act();

            _testContext.AssertNoPricingRuleIsCreated();
        }