AtMostCheckerStep
interface AtMostCheckerStep<E, T : IterableLike, out S : IterableLikeContains.SearchBehaviour> : WithTimesCheckerStep<E, T, S> (source)
Represents the extension point for another step after a contains at least once but at most
-check within a sophisticated contains
assertion building process for Iterable.
Parameters
T
The input type of the search.
S
The search behaviour which should be applied for the input of the search.
Properties
Link copied to clipboard
val <E, T : Any, S : IterableLikeContains.SearchBehaviour> IterableLikeContains.CheckerStep<E, T, S>._logic: IterableLikeContains.CheckerStepLogic<E, T, S>
val <E, T : Any, S : IterableLikeContains.SearchBehaviour> WithTimesCheckerStep<E, T, S>._logic: WithTimesCheckerStepLogic<E, T, S>
Entry point to the logic level of Atrium -- which is one level deeper than the API -- within the building process of a sophisticated contains
assertion for Iterable.
Functions
Link copied to clipboard
inline fun <E, T : Any, S : IterableLikeContains.SearchBehaviour> IterableLikeContains.CheckerStep<E, T, S>._logicAppend(factory: IterableLikeContains.CheckerStepLogic<E, T, S>.() -> Assertion): Expect<T>
Appends the Assertion the given factory creates based on this IterableLikeContains.CheckerStep.