public void SetGetHappiness_SetsGetsHappines_Int() { Pets newPet = new Pets(); Assert.AreEqual(5, newPet.GetHunger()); }