Beispiel #1
0
 public void IsPetHappy_Should_Return_True()
 {
     testPet.MinimizeBoredom();
     Assert.True(testPet.IsPetHappy());
 }