public void IsPetHappy_Should_Return_True() { testPet.MinimizeBoredom(); Assert.True(testPet.IsPetHappy()); }