
commonMain.io.mockk.impl.recording.SignedMatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockk-jvm Show documentation
Show all versions of mockk-jvm Show documentation
Mocking library for Kotlin
The newest version!
package io.mockk.impl.recording
import io.mockk.Matcher
data class SignedMatcher(
val matcher: Matcher<*>,
val signature: Any
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy