Relaxation Fun Configurator
interface RelaxationFunConfigurator<ReturnValue, SideEffect : Function<ReturnValue>> : KMockContract.RelaxationConfigurator<ReturnValue>
Content copied to clipboard
Configures non intrusive Behaviour for FunProxies.
Author
Matthias Geisler
See also
Parameters
ReturnValue
the return value type of the hosting Proxy.
SideEffect
the function signature of the hosting Proxy.
Functions
useRelaxerIf
Link copied to clipboard
abstract fun useRelaxerIf(condition: Boolean, relaxer: (String) -> ReturnValue)
Content copied to clipboard
useUnitFunRelaxerIf
Link copied to clipboard
Inheritors
KMockContract
Link copied to clipboard