public void FindMaxWordLengthShouldReturnTheLengthOfLongestWordInBook() { var longestWord = wordCounter.FindLongestWord(); Assert.That(longestWord.maxWordLength == 4); }