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

Function TEST_F

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

absFunction · 0.85
powFunction · 0.50
coefficient1C1Method · 0.45
coefficient2C2Method · 0.45
coefficient3C3Method · 0.45
coefficient4C4Method · 0.45
minimumValueofxMethod · 0.45
maximumValueofxMethod · 0.45
setCoefficient1C1Method · 0.45
setCoefficient2C2Method · 0.45
setCoefficient3C3Method · 0.45
setCoefficient4C4Method · 0.45

Tested by

no test coverage detected