InAnyOrderOnlyValuesAssertionCreator(converter: (T) -> Iterable<E>, searchBehaviour: InAnyOrderOnlySearchBehaviour)
Represents a creator of a sophisticated contains
assertions for Iterable where exactly the expected
entries have to appear in the Iterable but in any order -- an entry is identified by an expected
object (equality comparison).
searchBehaviour
- The search behaviour -- in this case representing in any order only
which is used to
decorate the description (a Translatable) which is used for the AssertionGroup.
Constructor
Represents a creator of a sophisticated contains
assertions for Iterable where exactly the expected
entries have to appear in the Iterable but in any order -- an entry is identified by an expected
object (equality comparison).