예제 #1
0
        public void GetOutLetsOfFanTest()
        {
            string strhvacXdbPath = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//测试hvac.GDB";

            HVACFunction.m_hvacXdbPath = strhvacXdbPath;
            Fan fan = new Fan(1230487612968402944);

            Assert.IsTrue(HVACFunction.GetOutletsOfFan(fan).Count() > 0);
            //Assert.IsTrue(false);
        }