Esempio n. 1
0
        public void IswordsTest()
        {
            string path = "good123";

            Assert.IsNotNull(TXtOperate.Iswords(path));
            //Assert.Fail();
        }