commonMain.io.mockk.proxy.MockKConstructorProxyMaker.kt Maven / Gradle / Ivy
The newest version!
package io.mockk.proxy
interface MockKConstructorProxyMaker {
fun constructorProxy(
clazz: Class<*>,
handler: MockKInvocationHandler
): Cancelable>
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy