public void FrontTimesTest_Abc_3_result_AbcAbcAbc() { Assert.AreEqual("AbcAbcAbc", FrontTimes.ShowAnswer("Abc", 3)); }
public void FrontTimesTest_Chocolate_3_result_ChoChoCho() { Assert.AreEqual("ChoChoCho", FrontTimes.ShowAnswer("Chocolate", 3)); }