Side Effect Chain Builder
Builder for chained SideEffects.
Author
Matthias Geisler
Parameters
Return Value
the return value type of the hosting Proxy.
Side Effect
the function signature of the hosting Proxy.
Functions
Link copied to clipboard
abstract fun add(sideEffect: SideEffect): KMockContract.SideEffectChainBuilder<ReturnValue, SideEffect>
Adds a SideEffect to chain.
Link copied to clipboard
abstract fun addAll(sideEffect: Iterable<SideEffect>): KMockContract.SideEffectChainBuilder<ReturnValue, SideEffect>
Adds a multiple SideEffects to chain.