Exemplo n.º 1
0
        public void Assert_x_or_more_products_pricing_rule_is_created()
        {
            _testContext.ArrangeXOrMoreProductsPricing();

            _testContext.Act();

            _testContext.AssertXOrMoreProductsPricingRuleIsCreated();
        }