StubCreator

object StubCreator

Functions

createErrorReporterStub
Link copied to clipboard
fun createErrorReporterStub(): ErrorReporter
createStub
Link copied to clipboard
inline fun <T> createStub(handler: InvocationHandler): T
fun <T> createStub(interfaceClass: Class<T>, handler: InvocationHandler): T