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

Method removeAllComparatorsAndCopiers

src/CppUTestExt/MockSupport.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void MockSupport::removeAllComparatorsAndCopiers()
107{
108 comparatorsAndCopiersRepository_.clear();
109 for (MockNamedValueListNode* p = data_.begin(); p; p = p->next())
110 if (getMockSupport(p)) getMockSupport(p)->removeAllComparatorsAndCopiers();
111}
112
113void MockSupport::clear()
114{

Callers 9

postTestActionMethod · 0.80
all_mock_support_c_callsFunction · 0.80
teardownFunction · 0.80
TESTFunction · 0.80
teardownFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
teardownFunction · 0.80

Calls 3

beginMethod · 0.80
nextMethod · 0.80
clearMethod · 0.45

Tested by 7

all_mock_support_c_callsFunction · 0.64
teardownFunction · 0.64
TESTFunction · 0.64
teardownFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
teardownFunction · 0.64