reflective Stubs
inline fun <T : Any> T.reflectiveStubs(stubbing: ReflectiveStubbing<T>.() -> Unit): T
Content copied to clipboard
Apply reflective stubs to an existing mockK.
Sample Usage (to support a builder):
val obj = mockk
Receiver
Must be a mockK.