public void AreCharactersLessThanEachOther() { Anagram testAnagram = new Anagram(); Assert.AreEqual(true, testAnagram.AIsLessThanA('a', 'b')); }