MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / TEST_F

Function TEST_F

src/model/test/ZoneVentilationDesignFlowRate_GTest.cpp:41–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace openstudio::model;
40
41TEST_F(ModelFixture, ZoneVentilationDesignFlowRate) {
42 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
43
44 ASSERT_EXIT(
45 {
46 Model m;
47 ZoneVentilationDesignFlowRate zv(m);
48
49 exit(0);
50 },
51 ::testing::ExitedWithCode(0), "");
52}
53
54TEST_F(ModelFixture, ZoneVentilationDesignFlowRate_GettersSetters) {
55 Model m;

Callers

nothing calls this directly

Calls 15

setVentilationTypeMethod · 0.80
ventilationTypeMethod · 0.80
setFanPressureRiseMethod · 0.80
fanPressureRiseMethod · 0.80
setNameMethod · 0.45
setScheduleMethod · 0.45
scheduleMethod · 0.45
setDesignFlowRateMethod · 0.45
designFlowRateMethod · 0.45

Tested by

no test coverage detected