Exemplo n.º 1
0
 public void FrontTimesTest_Abc_3_result_AbcAbcAbc()
 {
     Assert.AreEqual("AbcAbcAbc", FrontTimes.ShowAnswer("Abc", 3));
 }
Exemplo n.º 2
0
 public void FrontTimesTest_Chocolate_3_result_ChoChoCho()
 {
     Assert.AreEqual("ChoChoCho", FrontTimes.ShowAnswer("Chocolate", 3));
 }