Range

data class Range(val range: IntRange) : VerificationRule

Constructors

Link copied to clipboard
constructor(range: IntRange)

Properties

Link copied to clipboard

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