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

            _testContext.Act();

            _testContext.AssertDiscountPerProductPricingRuleIsCreated();
        }
Exemplo n.º 2
0
        public void Assert_when_pricing_rule_applies_amount_is_correct()
        {
            _context.ArrangeWhenPriceApplies();

            _context.Act();

            _context.AssertWhenPriceApplies();
        }
        public void Test_checkout_total_when_multiple_pricing_rules_apply()
        {
            _context.Arrange();

            _context.Act();

            _context.AssertTotalAmountIsCorrect();
        }