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

InOrderOnlyValueMatcher

class InOrderOnlyValueMatcher<E> : InOrderOnlyMatcher<E, E> (source)

Constructors

<init>

InOrderOnlyValueMatcher()

Functions

elementAssertionCreator

fun AssertionContainer<List<E>>.elementAssertionCreator(maybeElement: Option<E>, searchCriterion: E): Assertion

Inherited Functions

addSingleEntryAssertion

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