Exemplo n.º 1
0
        public void Test1(string test)
        {
            var originalResult =
                letters.CountLetters(test);

            Assert.Matches(test);
        }