Esempio n. 1
0
 public void IsPetFullOfFood_Should_Return_True()
 {
     testPet.MinimzeHunger();
     Assert.True(testPet.IsPetFullOfFood());
 }