Example #1
0
 public void IsTheSameWord(string first, string second)
 {
     Assert.AreEqual(true, anagram.AreAnagrams(first, second));
 }