createAssertionGroup
|
fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated contains assertion for the
subject of the given container, based on the given searchCriteria.
|
createSingleEntryAssertion
|
open fun Expect<List<E>>.createSingleEntryAssertion(currentIndex: Int, searchCriterion: SC, translatableIndex: DescriptionIterableAssertion): Unit |
entryAssertionCreator
|
abstract fun entryAssertionCreator(maybeSubject: Option<List<E>>, searchCriterion: SC): (() -> Boolean) -> Assertion |
matches
|
abstract fun matches(actual: E, searchCriterion: SC): Boolean |