Relaxation Property Configurator
interface RelaxationPropertyConfigurator<Value> : KMockContract.RelaxationConfigurator<Value>
Content copied to clipboard
Configures non intrusive Behaviour for PropertyProxies.
Author
Matthias Geisler
See also
Parameters
Value
the value type of the hosting PropertyProxy.
Functions
useRelaxerIf
Link copied to clipboard
abstract fun useRelaxerIf(condition: Boolean, relaxer: (String) -> Value)
Content copied to clipboard
Inheritors
KMockContract
Link copied to clipboard