public void IsPetThirsty_Should_Return_True() { testPet.MinimizeHydration(); Assert.True(testPet.IsPetThirsty()); }