EntryPointStep
interface EntryPointStep<T : CharSequence, out S : CharSequenceContains.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 <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.EntryPointStep<T, S>._logic: CharSequenceContains.EntryPointStepLogic<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 CharSequence.