Exemplo n.º 1
0
 public static void Test6()
 {
     Assert.AreEqual("Just gniddik ereht is llits one more", SpinWordsWarrior.SpinWords("Just kidding there is still one more"));
 }
Exemplo n.º 2
0
 public static void Test5()
 {
     Assert.AreEqual("You are tsomla to the last test", SpinWordsWarrior.SpinWords("You are almost to the last test"));
 }
Exemplo n.º 3
0
 public static void Test4()
 {
     Assert.AreEqual("This is rehtona test", SpinWordsWarrior.SpinWords("This is another test"));
 }
Exemplo n.º 4
0
 public static void Test3()
 {
     Assert.AreEqual("This is a test", SpinWordsWarrior.SpinWords("This is a test"));
 }
Exemplo n.º 5
0
 public static void Test2()
 {
     Assert.AreEqual("Hey wollef sroirraw", SpinWordsWarrior.SpinWords("Hey fellow warriors"));
 }
Exemplo n.º 6
0
 public static void Test1()
 {
     Assert.AreEqual("emocleW", SpinWordsWarrior.SpinWords("Welcome"));
 }