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

Function TEST_F

src/model/test/ChillerAbsorption_GTest.cpp:16–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace openstudio::model;
15
16TEST_F(ModelFixture, ChillerAbsorption) {
17 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
18
19 ASSERT_EXIT(
20 {
21 Model m;
22 ChillerAbsorption chiller(m);
23
24 exit(0);
25 },
26 ::testing::ExitedWithCode(0), "");
27}
28
29TEST_F(ModelFixture, ChillerAbsorption_PlantLoopConnections) {
30 model::Model model;

Callers

nothing calls this directly

Calls 15

supplyComponentsMethod · 0.80
demandComponentsMethod · 0.80
supplyOutletNodeMethod · 0.45
addToNodeMethod · 0.45
plantLoopMethod · 0.45
handleMethod · 0.45
sizeMethod · 0.45
chilledWaterLoopMethod · 0.45
demandInletNodeMethod · 0.45
secondaryPlantLoopMethod · 0.45

Tested by

no test coverage detected