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
The exception I'm getting sounds like it failed to call the function... but then it shows under performed invocation, that it actually did call the function, even thouh invocation is displayed as 0 times.
MockException - invocation count verification failed (expected invocation of Function(It.isAnyString(),It.isAny()) exactly 1 times, invoked 0 times
Configured setups:
Function(It.isAnyString(),It.isAny())
Performed invocations:
Function(It.isAnyString(),It.isAny())
Did i misunderstand something, or is this a bug?
The text was updated successfully, but these errors were encountered:
I'm trying to mock a function, and then verify it gets called. I'm using the below code:
The exception I'm getting sounds like it failed to call the function... but then it shows under performed invocation, that it actually did call the function, even thouh invocation is displayed as 0 times.
Did i misunderstand something, or is this a bug?
The text was updated successfully, but these errors were encountered: