public void GetIrritable_Should_Return_Initial_Level_25() { int testPerIrritation = testPet.GetIrritable(); Assert.Equal(25, testPerIrritation); }