Ejemplo n.º 1
0
 public void ShouldAllPets()
 {
     var sut = PetManager.GetAllPets();
     Assert.AreEqual(sut, Data.pets);
 }