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

Function TEST_F

src/model/test/PumpVariableSpeed_GTest.cpp:18–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace openstudio::model;
17
18TEST_F(ModelFixture, PumpVariableSpeed_PumpVariableSpeed) {
19 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
20
21 ASSERT_EXIT(
22 {
23 Model m;
24 PumpVariableSpeed pump(m);
25
26 exit(0);
27 },
28 ::testing::ExitedWithCode(0), "");
29}
30
31TEST_F(ModelFixture, PumpVariableSpeed_connections) {
32 Model m;

Callers

nothing calls this directly

Calls 15

supplyComponentsMethod · 0.80
lastOutletModelObjectMethod · 0.80
zoneSplitterMethod · 0.80
demandComponentsMethod · 0.80
connectMethod · 0.45
outletPortMethod · 0.45
inletPortMethod · 0.45
inletModelObjectMethod · 0.45
outletModelObjectMethod · 0.45
handleMethod · 0.45
supplyOutletNodeMethod · 0.45
addToNodeMethod · 0.45

Tested by

no test coverage detected