class InOrderOnlyEntriesMatcher<E : Any> : InOrderOnlyMatcher<E?, (Expect<E>.() -> Unit)?>
InOrderOnlyEntriesMatcher() |
fun elementAssertionCreator(maybeElement: Option<E?>, searchCriterion: (Expect<E>.() -> Unit)?): Assertion |
open fun Expect<List<E>>.addSingleEntryAssertion(currentIndex: Int, searchCriterion: SC, translatableIndex: DescriptionIterableAssertion): Unit |