InOrderOnlyGroupedEntriesAssertionCreator

class InOrderOnlyGroupedEntriesAssertionCreator<E : Any, T : IterableLike>(converter: (T) -> Iterable<E?>, searchBehaviour: InOrderOnlyGroupedSearchBehaviour, inOrderOnlyReportingOptions: InOrderOnlyReportingOptions.() -> Unit, inAnyOrderOnlyReportingOptions: InAnyOrderOnlyReportingOptions.() -> Unit) : InOrderOnlyGroupedAssertionCreator<E?, T, Expect<E>.() -> Unit?> , InOrderOnlyMatcher<E?, Expect<E>.() -> Unit?> (source)

Constructors

constructor(converter: (T) -> Iterable<E?>, searchBehaviour: InOrderOnlyGroupedSearchBehaviour, inOrderOnlyReportingOptions: InOrderOnlyReportingOptions.() -> Unit, inAnyOrderOnlyReportingOptions: InAnyOrderOnlyReportingOptions.() -> Unit)

Functions

Link copied to clipboard
open override fun AssertionContainer<List<E?>>.addSingleEntryAssertion(currentIndex: Int, searchCriterion: Expect<E>.() -> Unit?, translatableIndex: DescriptionIterableLikeExpectation)
Link copied to clipboard
override fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<List<Expect<E>.() -> Unit?>>): AssertionGroup

Creates an AssertionGroup representing the sophisticated contains assertion for the subject of the given container, based on the given searchCriteria.

Link copied to clipboard
open override fun AssertionContainer<List<E?>>.elementAssertionCreator(maybeElement: Option<E?>, searchCriterion: Expect<E>.() -> Unit?): Assertion