doc / ch.tutteli.atrium.logic.creating.iterable.contains.creators.impl / InAnyOrderEntriesAssertionCreator / <init>

<init>

InAnyOrderEntriesAssertionCreator(converter: (T) -> Iterable<E?>, searchBehaviour: InAnyOrderSearchBehaviour, checkers: List<IterableLikeContains.Checker>)

Represents a creator of a sophisticated contains assertions for Iterable where expected entries can appear in any order and are identified by holding a group of assertions, created by an assertion creator lambda.

Parameters

searchBehaviour - The search behaviour -- in this case representing in any order which is used to decorate the description (a Translatable) which is used for the AssertionGroup.

checkers - The checkers which create assertions based on the search result.

Constructor
Represents a creator of a sophisticated contains assertions for Iterable where expected entries can appear in any order and are identified by holding a group of assertions, created by an assertion creator lambda.