RelaxationConfigurator

interface RelaxationConfigurator<Value>

Configures non intrusive behaviour for Proxies.

Author

Matthias Geisler

Parameters

Value

the value type of the hosting PropertyProxy.

Functions

useRelaxerIf
Link copied to clipboard
common
abstract fun useRelaxerIf(condition: Boolean, relaxer: (String) -> Value)
Binds a given Relaxer function to a Proxy if the condition is true.

Inheritors

KMockContract
Link copied to clipboard
KMockContract
Link copied to clipboard