When using turtle mock to mock objects that have virtual functions, frequently those virtual functions are intended to have their base implementation called.
Turtle mock has no mechanism to do that.
Ideally, the syntax for declaring a mock member function can be extended to signal that the base implementation should be called.
MOCK_CONST_METHOD(..., callBaseImpl);