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

Class ClassFromProductionCode

examples/AllTests/MockDocumentationTest.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64class ClassFromProductionCode
65{
66public:
67 virtual void importantFunction(){}
68 virtual ~ClassFromProductionCode() {}
69};
70
71class ClassFromProductionCodeMock : public ClassFromProductionCode
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected