Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
The error reporting in minimock gives no clue as to what expectations have been set up, and what arguments it's getting.
This makes it really hard to work out whether it's the code or the behaviour that's misbehaving.
I've added some info to tell me what was expected, and what I'm getting, when a method's expected but the arguments are wrong.
Doesn't say what's already been invoked yet, and I think there are other places which still throw VerificationException with minimal mesage.