create Property Proxy
abstract fun <Value> createPropertyProxy(id: String, collector: KMockContract.Collector = NoopCollector, freeze: Boolean = true): KMockContract.PropertyProxy<Value>
Content copied to clipboard
Instantiates a PropertyProxy.
See also
Parameters
Value
the value type of the hosting PropertyProxy.
id
a unique identifier for this Proxy.
collector
a optional Collector for AssertionChains. Default is a NoopCollector.
freeze
boolean which indicates if freezing can be used or not. Default is true. Default is null.