
io.mockk.impl.recording.SignatureValueGenerator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockk-common Show documentation
Show all versions of mockk-common Show documentation
Common(JS and Java) MockK module
package io.mockk.impl.recording
import kotlin.reflect.KClass
interface SignatureValueGenerator {
fun signatureValue(cls: KClass, orInstantiateVia: () -> T): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy