class InOrderOnlyValuesAssertionCreator<E, T> : InOrderOnlyAssertionCreator<E, T, E>, InOrderOnlyMatcher<E, E>
Represents a creator of a sophisticated contains
assertions for Iterable where exactly the expected entries
have to appear in the specified order and where an entry is identified by an expected object (equality comparison).
T
- The type of the AssertionPlant.subject for which the contains
assertion is be build.
InOrderOnlyValuesAssertionCreator(converter: (T) -> Iterable<E>, searchBehaviour: InOrderOnlySearchBehaviour)
Represents a creator of a sophisticated |
open fun Expect<List<E>>.addAssertionsAndReturnIndex(searchCriteria: List<SC>): Int |