Ejemplo n.º 1
0
        public void FindMaxWordLengthShouldReturnTheLengthOfLongestWordInBook()
        {
            var longestWord = wordCounter.FindLongestWord();

            Assert.That(longestWord.maxWordLength == 4);
        }