Ejemplo n.º 1
0
 public void Test1()
 {
     Assert.True(checkPermutation.ArePermutations("abba", "baba"));
 }
Ejemplo n.º 2
0
 public void ItReturnsFalseForEmptyString()
 {
     Assert.That(_perms.ArePermutations("", ""), Is.EqualTo(false));
 }