Non Intrusive Property Configurator
interface NonIntrusivePropertyConfigurator<Value> : KMockContract.RelaxationPropertyConfigurator<Value> , KMockContract.PropertySpyTargetInvocation<Value>
Content copied to clipboard
Configurator for non intrusive behaviour of PropertyProxies.
Author
Matthias Geisler
Functions
useRelaxerIf
Link copied to clipboard
abstract fun useRelaxerIf(condition: Boolean, relaxer: (String) -> Value)
Content copied to clipboard