Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
I have an example of a mock that calls the same method twice.
Each time has a different matcher registered.
In some cases, the mock replay uses the first matcher for the second invocation, but not in all cases.
See attached.