InOrderOnlyGroupedValuesAssertionCreator

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

Constructors

Link copied to clipboard
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: E,     translatableIndex: DescriptionIterableLikeExpectation)
Link copied to clipboard
override fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<List<E>>): 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: E): Assertion