matches

abstract fun matches(times: Int): Boolean

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

Parameters

times

the number of times the mock was called.