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

Method tracing

src/CppUTestExt/MockSupport.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void MockSupport::tracing(bool enabled)
234{
235 tracing_ = enabled;
236
237 for (MockNamedValueListNode* p = data_.begin(); p; p = p->next())
238 if (getMockSupport(p)) getMockSupport(p)->tracing(enabled);
239}
240
241const char* MockSupport::getTraceOutput()
242{

Callers 4

cloneMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

beginMethod · 0.80
nextMethod · 0.80

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64