예제 #1
0
        public void CountWordsTest()
        {
            WC w = new WC();

            w.CountWords("nerer live upppp nerer live live hhkp", 3);
            Assert.AreEqual(w.putout2.Count, 3);
        }