Example #1
0
        public void PigLatin_returns_hello_for_input_ellohay()
        {
            var result = pigLatin.PigLatinToEnglish("ellohay");

            Assert.AreEqual("hello", result);
        }