Пример #1
0
        public void RepeatWordCounter_ChecksforNumbersinSentences_SentenceCheckNumbers()
        {
            RepeatWordCounter newCounter = new RepeatWordCounter("Hello", "Hel3lo Th3ere");

            Assert.AreEqual(newCounter.SentenceCheckNumbers(), false);
        }