예제 #1
0
        public void GetWindowsInRoomTest()
        {
            string strArchPath = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//8.1.3.GDB";

            HVACFunction.m_archXdbPath = strArchPath;
            Room room   = new Room(362135);
            int  iCount = HVACFunction.GetWindowsInRoom(room).Count();

            Assert.IsTrue(HVACFunction.GetWindowsInRoom(room).Count() > 0);
        }