MCPcopy Create free account
hub / github.com/cpputest/cpputest / setup

Function setup

tests/CppUTestExt/IEEE754PluginTest.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 TestTestingFixture fixture;
45 IEEE754ExceptionsPlugin ieee754Plugin;
46 void setup(void) _override
47 {
48 fixture.installPlugin(&ieee754Plugin);
49 }
50};
51
52TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__is_set)

Callers

nothing calls this directly

Calls 1

installPluginMethod · 0.45

Tested by

no test coverage detected