public void SetGetAge_SetsGetsAge_Int() { Pets newPet = new Pets(); Assert.AreEqual(0, newPet.GetAge()); }