createStub

inline fun <T> createStub(handler: InvocationHandler): T
fun <T> createStub(interfaceClass: Class<T>, handler: InvocationHandler): T