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

Function expectNoCall_c

src/CppUTestExt/MockSupport_c.cpp:678–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678void expectNoCall_c(const char* name)
679{
680 currentMockSupport->expectNoCall(name);
681}
682
683MockExpectedCall_c* expectNCalls_c(const unsigned int number, const char* name)
684{

Callers

nothing calls this directly

Calls 1

expectNoCallMethod · 0.80

Tested by

no test coverage detected