Exemplo n.º 1
0
        public void CountWordsOfLengthShouldReturnNumberOfWordsWithSameLength()
        {
            var countOfWords = wordCounter.CountWordsOfRequestedLength(2);

            Assert.That(countOfWords == 1);
        }