| 30 | #include "CppUTestExt/MockCheckedExpectedCall.h" |
| 31 | |
| 32 | MockExpectedCallsList::MockExpectedCallsList() : head_(NULLPTR) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | MockExpectedCallsList::~MockExpectedCallsList() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected