コード例 #1
0
 public void IsPalindromeReturnsTrueForEvenCharacterPalindrome()
 {
     Assert.IsTrue(stringProblems.IsPalindrome("redder"));
 }