Relaxation Fun Configurator
interface RelaxationFunConfigurator<ReturnValue, SideEffect : Function<ReturnValue>> : KMockContract.RelaxationConfigurator<ReturnValue>
Configures non intrusive Behaviour for FunProxies.
Author
Matthias Geisler
See also
Parameters
Return Value
the return value type of the hosting Proxy.
Side Effect
the function signature of the hosting Proxy.
Functions
Link copied to clipboard
Binds a given Relaxer function to a Proxy if the condition is true. This will wipe a given relaxer.
Link copied to clipboard
Binds the internal UnitFunRelaxer to the Proxy, if the given condition is true. It wipes a given relaxer.