MCPcopy Create free account
hub / github.com/cpputest/cpputest / ~MockCheckedExpectedCall

Method ~MockCheckedExpectedCall

src/CppUTestExt/MockExpectedCall.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74MockCheckedExpectedCall::~MockCheckedExpectedCall()
75{
76 inputParameters_->clear();
77 delete inputParameters_;
78 outputParameters_->clear();
79 delete outputParameters_;
80}
81
82MockExpectedCall& MockCheckedExpectedCall::withName(const SimpleString& name)
83{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected