Proxy Side Effect Builder
interface ProxySideEffectBuilder<ReturnValue, SideEffect : Function<ReturnValue>>
Content copied to clipboard
Mitigator of the strict assignment policy for multiple SideEffects
Author
Matthias Geisler
Parameters
ReturnValue
the return value type of the hosting Proxy.
SideEffect
the function signature of the hosting Proxy.
Functions
run
Link copied to clipboard
runs
Link copied to clipboard
abstract infix fun runs(action: SideEffect): KMockContract.ProxySideEffectBuilder<ReturnValue, SideEffect>
Content copied to clipboard
Properties
sideEffect
Link copied to clipboard
sideEffects
Link copied to clipboard
abstract val sideEffects: KMockContract.SideEffectChainBuilder<ReturnValue, SideEffect>
Content copied to clipboard
Inheritors
KMockContract
Link copied to clipboard