All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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