doc / ch.tutteli.atrium.logic.creating.iterable.contains.steps.impl

Package ch.tutteli.atrium.logic.creating.iterable.contains.steps.impl

Types

EntryPointStepImpl

class EntryPointStepImpl<E, T, out S : IterableLikeContains.SearchBehaviour> : EntryPointStepImpl<T, S>, IterableLikeContains.EntryPointStepInternal<E, T, S>

Functions

atLeastChecker

fun <T> atLeastChecker(container: AssertionContainer<T>, times: Int, nameContainsNotFun: String, atLeastCall: (Int) -> String): AtLeastChecker

atMostChecker

fun <T> atMostChecker(container: AssertionContainer<T>, times: Int, nameContainsNotFun: String, atMostCall: (Int) -> String): AtMostChecker