Constructors

Link copied to clipboard
constructor(converter: (T) -> Iterable<E>, searchBehaviour: InOrderOnlyGroupedSearchBehaviour, reportingOptions: InOrderOnlyReportingOptions.() -> Unit)

Functions

Link copied to clipboard
open fun AssertionContainer<List<E>>.addSingleEntryAssertion(currentIndex: Int, searchCriterion: SC, translatableIndex: DescriptionIterableLikeExpectation)
Link copied to clipboard
override fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<List<SC>>): 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
abstract fun AssertionContainer<List<E>>.elementAssertionCreator(maybeElement: Option<E>, searchCriterion: SC): Assertion