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

Function TEST_F

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

setpointManagersMethod · 0.80
beginMethod · 0.80
supplyOutletNodeMethod · 0.45
setControlVariableMethod · 0.45
addToNodeMethod · 0.45
sizeMethod · 0.45
getMethod · 0.45
setpointNodeMethod · 0.45
endMethod · 0.45
removeMethod · 0.45
cloneMethod · 0.45
controlVariableMethod · 0.45

Tested by

no test coverage detected