Sync Fun Proxy
interface SyncFunProxy<ReturnValue, SideEffect : Function<ReturnValue>> : KMockContract.FunProxy<ReturnValue, SideEffect>
Content copied to clipboard
Synchronous function Proxy in order to stub/mock synchronous function behaviour.
Author
Matthias Geisler
Parameters
ReturnValue
the value type of the hosting PropertyProxy.
SideEffect
the function signature.
Functions
getArgumentsForCall
Link copied to clipboard
returns
Link copied to clipboard
returnsMany
Link copied to clipboard
run
Link copied to clipboard
runs
Link copied to clipboard
abstract infix fun runs(action: SideEffect): KMockContract.ProxySideEffectBuilder<ReturnValue, SideEffect>
Content copied to clipboard
throwsMany
Link copied to clipboard
Properties
ignorableForVerification
Link copied to clipboard
returnValue
Link copied to clipboard
returnValues
Link copied to clipboard
sideEffect
Link copied to clipboard
sideEffects
Link copied to clipboard
abstract val sideEffects: KMockContract.SideEffectChainBuilder<ReturnValue, SideEffect>
Content copied to clipboard
throwsMany
Link copied to clipboard