Example #1
0
        public void GB51251_2017_3_2_3Test()
        {
            string       strArchPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//6.2.2-ARCH.GDB";
            string       strHVACPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//6.2.2-HVAC.GDB";
            HVACFunction hvacFunction = new HVACFunction(strArchPath, strHVACPath);
            BimReview    result       = new BimReview();

            result = HVACChecker.GB51251_2017_3_2_3();

            //assert
            // Assert.AreEqual(comment, result.comment);
            Assert.IsFalse(result.isPassCheck);
        }
Example #2
0
        public void GB50041_2008_15_3_7Test()
        {
            string       strArchPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//442.XDB";
            string       strHVACPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//442hvac.XDB";
            HVACFunction hvacFunction = new HVACFunction(strArchPath, strHVACPath);
            BimReview    result       = new BimReview();

            result = HVACChecker.GB50041_2008_15_3_7();

            string comment = "设计满足规范GB50016_2014中第8.5.3条条文规定。";

            Assert.AreEqual(comment, result.comment);
            Assert.IsFalse(result.isPassCheck);
        }
Example #3
0
        public void GB51251_2017_4_2_4Test1()
        {
            string       strArchPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//424ARCH.XDB";
            string       strHVACPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//8_5_4-HVAC.XDB";
            HVACFunction hvacFunction = new HVACFunction(strArchPath, strHVACPath);
            BimReview    result       = new BimReview();

            result = HVACChecker.GB51251_2017_4_2_4();

            string comment = "设计满足规范GB50016_2014中第8.5.3条条文规定。";

            Assert.AreEqual(comment, result.comment);
            Assert.IsFalse(result.isPassCheck);
        }