コード例 #1
0
 public void IsAppleEqualsApple(string word)
 {
     Assert.AreEqual("apple", rottenApple.GetApple());
 }
コード例 #2
0
ファイル: Test.cs プロジェクト: tacticalcheese/Andras89
 public void Tester(string apple)
 {
     Assert.AreEqual(apple, shineyRedApple.GetApple());
 }