class IterableContainsInAnyOrderOnlyEntriesAssertionCreator<E : Any, T : Iterable<E?>> : IterableContainsInAnyOrderOnlyAssertionCreator<E, T, AssertionPlant<E>.() -> Unit>
(source)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.
T
- The type of the AssertionPlant.subject for which the contains
assertion is be build.
IterableContainsInAnyOrderOnlyEntriesAssertionCreator(searchBehaviour: IterableContainsInAnyOrderOnlySearchBehaviour)
Represents a creator of a sophisticated |
fun createAssertionForSearchCriterionAndRemoveMatchFromList(searchCriterion: AssertionPlant<E>.() -> Unit, list: MutableList<E?>): <ERROR CLASS><Boolean, Assertion> |
fun createAssertionGroup(plant: AssertionPlant<T>, searchCriterion: SC, otherSearchCriteria: Array<out SC>): AssertionGroup fun createAssertionGroup(plant: AssertionPlant<T>, searchCriteria: List<SC>): AssertionGroup |