EntryPointStep
interface EntryPointStep<E, T : IterableLike, out S : IterableLikeContains.SearchBehaviour> : Contains.EntryPointStep<T, S> (source)
The entry point of the contract.
Use _logic
to retrieve the EntryPointStepLogic counterpart in case you want to extend the building process.
Inheritors
Properties
Link copied to clipboard
val <E, T : Any, S : IterableLikeContains.SearchBehaviour> IterableLikeContains.EntryPointStep<E, T, S>._logic: IterableLikeContains.EntryPointStepLogic<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.EntryPointStep<E, T, S>._logicAppend(factory: IterableLikeContains.EntryPointStepLogic<E, T, S>.() -> Assertion): Expect<T>
Appends the Assertion the given factory creates based on this IterableLikeContains.EntryPointStep.