io.mockk.proxy.common.transformation.InlineInstrumentation.kt Maven / Gradle / Ivy
package io.mockk.proxy.common.transformation
interface InlineInstrumentation {
fun execute(request: TransformationRequest): () -> Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy