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

io.mockk.proxy.common.transformation.SubclassInstrumentation.kt Maven / Gradle / Ivy

package io.mockk.proxy.common.transformation

import io.mockk.proxy.MockKInvocationHandler

interface SubclassInstrumentation {
    fun  subclass(
        clazz: Class,
        interfaces: Array>
    ): Class

    fun setProxyHandler(proxy: Any, handler: MockKInvocationHandler)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy