NonIntrusivePropertyConfigurator

Configurator for non intrusive behaviour of PropertyProxies.

Author

Matthias Geisler

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.
useSpyIf
Link copied to clipboard
common
abstract fun useSpyIf(spyTarget: Any?, spyOn: () -> Value)
Binds the given function to the Proxy.