We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cound we support AnyTimes/MaxTimes call in mock, just like gomock
AnyTimes/MaxTimes
mockObj.EXPECT().SomeMethod(someVal).AnyTimes()
Or some other workaround?
The text was updated successfully, but these errors were encountered:
Seems Maybe method may works for AnyTimes case.
AnyTimes
Sorry, something went wrong.
No branches or pull requests
Cound we support
AnyTimes/MaxTimes
call in mock, just like gomockOr some other workaround?
The text was updated successfully, but these errors were encountered: