public void Anagram_CheckAnagram_IsTrue() { Anagram test = new Anagram() { }; Assert.AreEqual(true, test.CheckAnagram("bread", "beard")); }