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

Method enable

src/CppUTestExt/MockSupport.cpp:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void MockSupport::enable()
226{
227 enabled_ = true;
228
229 for (MockNamedValueListNode* p = data_.begin(); p; p = p->next())
230 if (getMockSupport(p)) getMockSupport(p)->enable();
231}
232
233void MockSupport::tracing(bool enabled)
234{

Callers 1

enable_cFunction · 0.45

Calls 2

beginMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected