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
Just started using FA.Reactive and it's awesome, great work!
I have a suggestion for an assertion similar to SatisfyRespectively for collection assertions: PushAnySatisfying
Use Case
I am looking for an occurrence of a particular element that satisfies some constraints. I don't care about the ordering, hence the Any of PushAnySatisfying.
Description
Just started using FA.Reactive and it's awesome, great work!
I have a suggestion for an assertion similar to
SatisfyRespectively
for collection assertions:PushAnySatisfying
Use Case
I am looking for an occurrence of a particular element that satisfies some constraints. I don't care about the ordering, hence the
Any
ofPushAnySatisfying
.Example usage:
The text was updated successfully, but these errors were encountered: