Exemplo n.º 1
0
        public void Assert_discount_per_product_pricing_rule_is_created()
        {
            _testContext.ArrangeDiscountPerProductPricing();

            _testContext.Act();

            _testContext.AssertDiscountPerProductPricingRuleIsCreated();
        }