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
Hamcrest has random order matchers for collections and arrays (e.g. containsInAnyOrder or containsInRelativeOrder). It would be nice to have similar methods for streams in addition to the existing contains/yields (although probably just use the yields prefix for the new ones).
The text was updated successfully, but these errors were encountered:
Hamcrest has random order matchers for collections and arrays (e.g.
containsInAnyOrder
orcontainsInRelativeOrder
). It would be nice to have similar methods for streams in addition to the existingcontains
/yields
(although probably just use theyields
prefix for the new ones).The text was updated successfully, but these errors were encountered: