-
Notifications
You must be signed in to change notification settings - Fork 412
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
Reset after test run? #163
Comments
Thanks |
LandonTClipp
pushed a commit
to LandonTClipp/mockery
that referenced
this issue
Oct 19, 2023
When a custom type has a name that can shadow an in-built type, append MoqParam to the name. Example: var name stringMoqParam for null.String.
LandonTClipp
pushed a commit
to LandonTClipp/mockery
that referenced
this issue
Nov 20, 2023
When a custom type has a name that can shadow an in-built type, append MoqParam to the name. Example: var name stringMoqParam for null.String.
LandonTClipp
pushed a commit
to LandonTClipp/mockery
that referenced
this issue
Dec 23, 2023
When a custom type has a name that can shadow an in-built type, append MoqParam to the name. Example: var name stringMoqParam for null.String.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to reset all return values after a test run?
The text was updated successfully, but these errors were encountered: