Ejemplo n.º 1
0
 public void IsAppleEqualsApple(string word)
 {
     Assert.AreEqual("apple", rottenApple.GetApple());
 }
Ejemplo n.º 2
0
 public void Tester(string apple)
 {
     Assert.AreEqual(apple, shineyRedApple.GetApple());
 }