Exemple #1
0
 public void BackAroundTest_str_Hello_result_oHelloo()
 {
     Assert.AreEqual("oHelloo", BackAround.ShowAnswer("Hello"));
 }
Exemple #2
0
 public void BackAroundTest_str_a_result_aaa()
 {
     Assert.AreEqual("aaa", BackAround.ShowAnswer("a"));
 }
Exemple #3
0
 public void BackAroundTest_str_cat_result_tcatt()
 {
     Assert.AreEqual("tcatt", BackAround.ShowAnswer("cat"));
 }