-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
VerifyAll Should Report All Failures #53
Comments
@adamhewitt627: Visiting from moq/moq4. I'm currently doing some work on
|
I think that would be the goal. However, since we are looping through multiple |
Moq v4 has an internal method for combining several Making said method public would be a somewhat unusual addition to Moq's API, therefore I'd like to ask how you see the present issue's overall importance / priority? |
@stakx I will let @adamhewitt627 chime in as well, but I suspect |
@Keboo - There should indeed be differences between Moq v4 and v5:
|
Right now,
VerifyAll
throws at the firstMock
with failures. Ideally, we throw anAggregateException
instead, although that does affect any code that expectsMockException
from our verification. See #35.The text was updated successfully, but these errors were encountered: