Exactly

data class Exactly(val times: Int) : VerificationRule

Constructors

Link copied to clipboard
constructor(times: Int)

Properties

Link copied to clipboard
val times: Int

Functions

Link copied to clipboard
open override fun matches(times: Int): Boolean

Checks if the number of times a mock was called matches the verification rule