commonMain.io.mockk.impl.recording.CallRound.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
package io.mockk.impl.recording
data class CallRound(
val calls: List,
val matchers: List
)