mokkeryConfigurer
context(aware: MokkeryInstanceConfigurer.Aware<T, C>)
val <T : Any, C : MokkeryInstanceConfigurer> T.mokkeryConfigurer: C(source)
val <T : Any, C : MokkeryInstanceConfigurer> T.mokkeryConfigurer: C(source)
Returns the MokkeryInstanceConfigurer of the mock/spy being configured. It is available in mock/spy blocks.
Throws
if this instance is not the one being configured.