Skip to content

No support for calling an overridden base-class method #99

@jonesmz

Description

@jonesmz

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions