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

Function TEST

tests/CppUTestExt/IEEE754PluginTest.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__is_set)
53{
54 fixture.setTestFunction(set_divisionbyzero_c);
55 fixture.runAllTests();
56 fixture.assertPrintContains("IEEE754_CHECK_CLEAR(FE_DIVBYZERO) failed");
57}
58
59TEST(FE__with_Plugin, should_fail____when__FE_OVERFLOW___is_set)
60{

Callers

nothing calls this directly

Calls 5

setTestFunctionMethod · 0.80
assertPrintContainsMethod · 0.80
runAllTestsMethod · 0.45
getCheckCountMethod · 0.45
getFailureCountMethod · 0.45

Tested by

no test coverage detected