Skip to content
New issue

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

mock.Protected().Verify method group has no overloads with bool exactParameterMatch #752

Closed
stakx opened this issue Feb 20, 2019 · 1 comment
Milestone

Comments

@stakx
Copy link
Contributor

stakx commented Feb 20, 2019

This is a continuation of #735 (comment). In #751 we added a missing method overload to the mock.Protected().Setup method group that gives users the option to specify bool exactParameterMatch for non-void methods.

What is likely needed to solve the problem reported in #735 (comment) is similar additional overloads for the mock.Protected().Verify method group.

/cc @Shereef

@Shereef
Copy link
Contributor

Shereef commented Feb 20, 2019

Thanks for your feedback it all makes sense.

P.S. the virtual part I had in my original project I just forgot it while making the test here, I have updated it and created a PR with the fix, if you have feedback please don't hesitate.

@stakx stakx added this to the 4.11.0 milestone Feb 20, 2019
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
…ethod group has no overloads with `bool exactParameterMatch`
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
…ethod group has no overloads with `bool exactParameterMatch`
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
Shereef added a commit to Shereef/moq4 that referenced this issue Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants