Ejemplo n.º 1
0
 public void CatFoodConstructor_CreatesInstanceOfCatFood_CatFood()
 {
     Assert.AreEqual(typeof(CatFood), testFood.GetType());
 }