예제 #1
0
        public void GetErrorReportTest1()
        {
            _methodName = "GetErrorReportTest1";
            target.ErrorList.Clear();
            inputCSSPath = Common.PathCombine(testPath, "GetErrorReportTest1.css");
            target.GetErrorReport(inputCSSPath);
            int ErrCount = target.ErrorList.Count;

            Assert.IsTrue(ErrCount > 0, _methodName + "test failed.");
        }