class InAnyOrderOnlyValuesAssertionCreator<E, T> : InAnyOrderOnlyAssertionCreator<E, T, E>
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).
T
- The type of the subject of the assertion for which the contains
assertion is be build.
InAnyOrderOnlyValuesAssertionCreator(converter: (T) -> Iterable<E>, searchBehaviour: InAnyOrderOnlySearchBehaviour)
Represents a creator of a sophisticated |
fun createAssertionForSearchCriterionAndRemoveMatchFromList(searchCriterion: E, list: MutableList<E?>): Pair<Boolean, Assertion> |
fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated |