Example #1
0
        public void TestMethod2() //Checking all Costs are ether $2 or $5
        {
            int priceCheck = Link.priceRangeCheck();

            Assert.IsTrue(priceCheck == 0);
        }