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

Don't require inner mock setups to be matched #1075

Merged
merged 3 commits into from Oct 13, 2020

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Oct 13, 2020

This fixes #1073.

(Moq's recursive verification is a pain to get right, so I am half expecting this to break something else. Hopefully, we'll soon be able to replace recursive verification with a better ownership rule—"mocks own setups, not other mocks"—see #1018 (comment).)

@stakx stakx added this to the 4.15.0 milestone Oct 13, 2020
@stakx stakx merged commit 5b8fbc4 into devlooped:master Oct 13, 2020
@stakx stakx deleted the inner-mock-setups branch October 13, 2020 20:04
@stakx stakx modified the milestones: 4.15.0, 4.14.7 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify() fails on items not explicitely marked a Verifiable()
1 participant