mockito-kotlin / org.mockito.kotlin / VerifyScope

VerifyScope

class VerifyScope<out T>

Constructors

<init>

VerifyScope(mock: T)

Properties

mock

val mock: T

Functions

times

operator fun Int.times(call: T.() -> Unit): Unit