EntryPointStepImpl
abstract class EntryPointStepImpl<T : Any, out S : Contains.SearchBehaviour>(val container: AssertionContainer<T>, val searchBehaviour: S) : Contains.EntryPointStepLogic<T, S> (source)
Inheritors
Properties
Link copied to clipboard
The AssertionContainer from which this building process started and to which the resulting Assertion should be appended.
Link copied to clipboard
The chosen SearchBehaviour.