All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.mockk.impl.recording.CallRound.kt Maven / Gradle / Ivy

There is a newer version: 1.13.12
Show newest version
package io.mockk.impl.recording

data class CallRound(
    val calls: List,
    val matchers: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy