InAnyOrderOnlyAssertionCreator(converter: (T) -> Iterable<E>, searchBehaviour: InAnyOrderOnlySearchBehaviour)
Represents the base class for in any order only assertion creators and provides a corresponding
template to fulfill its responsibility.
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 the base class for in any order only assertion creators and provides a corresponding
template to fulfill its responsibility.