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-common Show documentation
Show all versions of mockk-common Show documentation
Common(JS and Java) MockK module
The newest version!
package io.mockk.impl.recording
data class CallRound(
val calls: List,
val matchers: List
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy