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

Function mock_scope_c

src/CppUTestExt/MockSupport_c.cpp:1101–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101MockSupport_c* mock_scope_c(const char* scope)
1102{
1103 currentMockSupport = &mock(scope, &failureReporterForC);
1104 return &gMockSupport;
1105}
1106
1107}

Callers 3

all_mock_support_c_callsFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

all_mock_support_c_callsFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68