You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #60, it struck me that the failure message could include details of each invocation and which expectation it matched. While I think this would make it easier to address #60, I think it might have a lot of other advantages. We could display each invocation including the actual arguments together with either the matched expectation or (for unexpected invocations) a list of expectations that might have matched if it weren't for certain constraints.
Looks like there might be some overlap with #177, #178 & #179 which all came out of #167 and might be a good way to split this up...
The text was updated successfully, but these errors were encountered:
While working on #60, it struck me that the failure message could include details of each invocation and which expectation it matched. While I think this would make it easier to address #60, I think it might have a lot of other advantages. We could display each invocation including the actual arguments together with either the matched expectation or (for unexpected invocations) a list of expectations that might have matched if it weren't for certain constraints.
Looks like there might be some overlap with #177, #178 & #179 which all came out of #167 and might be a good way to split this up...
The text was updated successfully, but these errors were encountered: