Ejemplo n.º 1
0
 public void IsPalindromeReturnsTrueForEvenCharacterPalindrome()
 {
     Assert.IsTrue(stringProblems.IsPalindrome("redder"));
 }