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
I'm currently writing tests for message passing with the cluster module. In some cases it would be useful to check that a number of certain type of message were received.
What this feature request amounts to is some sort of .exactlyWith.
Additionally, consider something like .exactlyWhen which could only bump the count if the args match a filter.
I'm currently writing tests for message passing with the cluster module. In some cases it would be useful to check that a number of certain type of message were received.
What this feature request amounts to is some sort of
.exactlyWith
.Additionally, consider something like
.exactlyWhen
which could only bump the count if the args match a filter.The text was updated successfully, but these errors were encountered: