示例#1
0
文件: test.cs 项目: amir9979/sadna
        public void TestdeleteType() //need to return true only to values
        {
            Assert.IsTrue(forum.deleteType("test1"));

            Assert.IsFalse(forum.deleteType("test2"));
        }