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

Method installComparatorsAndCopiers

src/CppUTestExt/MockSupport.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void MockSupport::installComparatorsAndCopiers(const MockNamedValueComparatorsAndCopiersRepository& repository)
99{
100 comparatorsAndCopiersRepository_.installComparatorsAndCopiers(repository);
101
102 for (MockNamedValueListNode* p = data_.begin(); p; p = p->next())
103 if (getMockSupport(p)) getMockSupport(p)->installComparatorsAndCopiers(repository);
104}
105
106void MockSupport::removeAllComparatorsAndCopiers()
107{

Callers 4

preTestActionMethod · 0.45
cloneMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

beginMethod · 0.80
nextMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36