PropertySpyTargetInvocation

interface PropertySpyTargetInvocation<Value>

Binds a SpyTarget to a invocation.

Author

Matthias Geisler

Parameters

Value

the value type of the hosting Proxy.

Functions

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

Inheritors

KMockContract
Link copied to clipboard