示例#1
0
        public void CountLineTest()
        {
            String path      = "F:/GitRepos/WordCount/201731062308/WordCount/test.txt";
            excute countword = new excute();
            int    a         = 2;
            int    b         = countword.CountLine(path);

            Assert.AreEqual(a, b);
        }
示例#2
0
 public Commond(excute ex)
 {
     this.ex = ex;
 }