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

Function TEST_F

src/model/test/MeterCustom_GTest.cpp:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace openstudio::model;
13
14TEST_F(ModelFixture, MeterCustom_DefaultConstructor) {
15 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
16
17 ASSERT_EXIT(
18 {
19 Model model;
20 MeterCustom testObject(model);
21
22 exit(0);
23 },
24 ::testing::ExitedWithCode(0), "");
25}
26
27TEST_F(ModelFixture, MeterCustom_Remove) {
28 Model model;

Callers

nothing calls this directly

Calls 9

sizeMethod · 0.45
removeMethod · 0.45
keyVarGroupsMethod · 0.45
addKeyVarGroupMethod · 0.45
numKeyVarGroupsMethod · 0.45
removeAllKeyVarGroupsMethod · 0.45
removeKeyVarGroupMethod · 0.45
setKeyNameMethod · 0.45

Tested by

no test coverage detected