public void BackAroundTest_str_Hello_result_oHelloo() { Assert.AreEqual("oHelloo", BackAround.ShowAnswer("Hello")); }
public void BackAroundTest_str_a_result_aaa() { Assert.AreEqual("aaa", BackAround.ShowAnswer("a")); }
public void BackAroundTest_str_cat_result_tcatt() { Assert.AreEqual("tcatt", BackAround.ShowAnswer("cat")); }