VerifyScope

class VerifyScope<out T>(val mock: T)

Constructors

Link copied to clipboard
constructor(mock: T)

Properties

Link copied to clipboard
val mock: T

Functions

Link copied to clipboard
inline operator fun Int.times(call: T.() -> Unit)