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

Method ignoreOtherCalls

src/CppUTestExt/MockSupport.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void MockSupport::ignoreOtherCalls()
210{
211 ignoreOtherCalls_ = true;
212
213 for (MockNamedValueListNode* p = data_.begin(); p; p = p->next())
214 if (getMockSupport(p)) getMockSupport(p)->ignoreOtherCalls();
215}
216
217void MockSupport::disable()
218{

Callers 10

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

Calls 2

beginMethod · 0.80
nextMethod · 0.80

Tested by 7

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64