IterableContainsInAnyOrderOnlyEntriesAssertionCreator(searchBehaviour: IterableContainsInAnyOrderOnlySearchBehaviour)
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 holding a group
of assertions created by an assertion creator lambda.
searchBehaviour
- The search behaviour -- in this case representing in any order only
which is used to
decorate the description (an ITranslatable) which is used for the IAssertionGroup.
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 holding a group
of assertions created by an assertion creator lambda.