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

Class DummyCopier

tests/CppUTestExt/MockPluginTest.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120class DummyCopier : public MockNamedValueCopier
121{
122public:
123 void copy(void* dst, const void* src)
124 {
125 *(int*)dst = *(const int*)src;
126 }
127};
128
129TEST(MockPlugin, installCopierRecordsTheCopierButNotInstallsItYet)
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected