public void MakeSound() { Chips chipsSound = new Chips("B1", "Pringles", 1.05M); Assert.AreEqual("Crunch Crunch, Yum!", chipsSound.MakeSound()); }