public void GetFanConnectingAirterminalTest() { string strhvacXdbPath = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//测试hvac.GDB"; HVACFunction.m_hvacXdbPath = strhvacXdbPath; AirTerminal airTerminal = new AirTerminal(1230487613874372609); Assert.IsTrue(HVACFunction.GetFanConnectingAirterminal(airTerminal).Count() > 0); }