Exemplo n.º 1
0
        public void TestMethod()
        {
            PromotionEngine promoEngine = new PromotionEngine();
            int             totalPrice  = promoEngine.GetTotalUnitsPrice();

            Assert.AreEqual(100, totalPrice);
        }