Exemplo n.º 1
0
 public static void ReverseWordsGreaterThanFive4()
 {
     Assert.AreEqual("Just gniddik ereht is llits one more", Kata_Class.SpinWords("Just kidding there is still one more"));
 }
Exemplo n.º 2
0
 public static void ReverseWordsGreaterThanFive3()
 {
     Assert.AreEqual("You are tsomla to the last test", Kata_Class.SpinWords("You are almost to the last test"));
 }
Exemplo n.º 3
0
 public static void ReverseWordsGreaterThanFive()
 {
     Assert.AreEqual("Hey wollef sroirraw", Kata_Class.SpinWords("Hey fellow warriors"));
 }
Exemplo n.º 4
0
 public static void ReverseWordsGreaterThanFive2()
 {
     Assert.AreEqual("This is rehtona test", Kata_Class.SpinWords("This is another test"));
 }
Exemplo n.º 5
0
 public static void ReverseWord()
 {
     Assert.AreEqual("emocleW", Kata_Class.SpinWords("Welcome"));
 }