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

Method MyComparator

tests/CppUTestExt/MockNamedValueTest.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 public:
38
39 MyComparator() {}
40 virtual ~MyComparator() _destructor_override {}
41
42 virtual bool isEqual(const void*, const void*) _override { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected