doc / ch.tutteli.atrium.logic.creating.iterable.contains.creators.impl / InOrderOnlyEntriesMatcher

InOrderOnlyEntriesMatcher

class InOrderOnlyEntriesMatcher<E : Any> : InOrderOnlyMatcher<E?, (Expect<E>.() -> Unit)?>

Constructors

<init>

InOrderOnlyEntriesMatcher()

Functions

elementAssertionCreator

fun elementAssertionCreator(maybeElement: Option<E?>, searchCriterion: (Expect<E>.() -> Unit)?): Assertion

Inherited Functions

addSingleEntryAssertion

open fun Expect<List<E>>.addSingleEntryAssertion(currentIndex: Int, searchCriterion: SC, translatableIndex: DescriptionIterableAssertion): Unit