コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: Joanna1220/WordCount
        public void TestChar()
        {
            string      file = @"D:\\201731107105\\test.txt";
            WordCounter w    = new WordCounter();

            Assert.AreEqual(w.CountChar(file), 44);
        }