示例#1
0
        public void CompileCategoryListTest()
        {
            //_buildEngine.CompileCategoryList(ConstCategoryId);

            _buildEngine.CompileCategoryList(ConstCategoryId + 1);

            Assert.IsTrue(true);
        }