Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-base
/
com.splendo.kaluga.test.base.mock.verification
/
VerificationRule
/
Exactly
Exactly
data
class
Exactly
(
val
times
:
Int
)
:
VerificationRule
Members
Constructors
Exactly
Link copied to clipboard
constructor
(
times
:
Int
)
Properties
times
Link copied to clipboard
val
times
:
Int
Functions
matches
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