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