golang / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.26k stars 608 forks source link

Implement OverridableController to allow for mock overrides #686

Open styeung opened 1 year ago

styeung commented 1 year ago

This is an initial implementation of the proposal outlined in this issue, Proposal: Provide an option where every invocation of EXPECT() of a mock should override any previous invocations. #685

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

musafir-V commented 1 year ago

@codyoss can we get this merged? will be helpful.