If I set an expectation on a call in a DynamicMock, when the
expectation is not met by any call, I get an exception like the below:

Rhino.Mocks.Exceptions.ExpectationViolationException :
YourClass.YourMethod(equal to Information, equal to MainOrchestration,
equal to System.Exception: foo); Expected #1, Actual #0.

Without stepping into the the test case in the debugger, is there a
way to get Rhino Mocks to include information about what calls &
parameters were made to the mocked method, so I can see why I failed
to meet the expectation just from inspecting the exception text?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino.Mocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhinomocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to