IterableLikeContainsInAnyOrderAssertions

Defines the minimum set of contains assertion functions for Iterable, which an implementation of the domain logic of Atrium has to provide.

Inheritors

Functions

Link copied to clipboard
abstract fun <E : Any, T : IterableLike> entries(checkerStepLogic: IterableLikeContains.CheckerStepLogic<out E?, T, InAnyOrderSearchBehaviour>, assertionCreators: List<Expect<E>.() -> Unit?>, notToHaveNextOrNoneFunName: String): Assertion
Link copied to clipboard
abstract fun <E, T : IterableLike> values(checkerStepLogic: IterableLikeContains.CheckerStepLogic<E, T, InAnyOrderSearchBehaviour>, expected: List<E>, notToHaveNextOrNoneFunName: String): Assertion