Ejemplo n.º 1
0
        public void PigLatin_returns_ellohay_for_input_hello()
        {
            string result = pigLatin.EnglishToPigLatin("hello");

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