Package-level declarations

Contains base classes which can be handy to implement steps of the building process.

Types

Link copied to clipboard
abstract class EntryPointStepImpl<T : Any, out S : Contains.SearchBehaviour>(val container: AssertionContainer<T>, val searchBehaviour: S) : Contains.EntryPointStepLogic<T, S>