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