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
Hello, thank you for building awesome project.
I suggest that adding hasCalled(_, with:) to support verify mock function is called with specific argument. I think it is very common usecase and it would be very helpful to users.
If you okay with suggestion 1 or suggestion 2, I'll happy to create pull request. Thanks!
suggestion 1
pros: more intuitive
cons: can not be done with one function definition
Hello, thank you for building awesome project.
I suggest that adding
hasCalled(_, with:)
to support verify mock function is called with specific argument. I think it is very common usecase and it would be very helpful to users.If you okay with suggestion 1 or suggestion 2, I'll happy to create pull request. Thanks!
suggestion 1
implementation
usage
suggestion 2
implementation
usage
The text was updated successfully, but these errors were encountered: