public void GiveHeadPats_Should_Increase_Health_By_10() { testPet.GiveHeadPats(); Assert.Equal(80, testPet.GetHealth()); }