Package-level declarations
Contains the default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.iterable.contains.steps
.
Types
Link copied to clipboard
class EntryPointStepImpl<E, T : IterableLike, out S : IterableLikeContains.SearchBehaviour>(container: AssertionContainer<T>, val converter: (T) -> Iterable<E>, searchBehaviour: S) : EntryPointStepImpl<T, S> , IterableLikeContains.EntryPointStepInternal<E, T, S>
Functions
Link copied to clipboard
fun <T : IterableLike> atLeastChecker(container: AssertionContainer<T>, times: Int, nameContainsNotFun: String, atLeastCall: (Int) -> String): AtLeastChecker
Link copied to clipboard
fun <T : IterableLike> atMostChecker(container: AssertionContainer<T>, times: Int, nameContainsNotFun: String, atMostCall: (Int) -> String): AtMostChecker