mockito-kotlin / com.nhaarman.mockitokotlin2 / atMost

atMost

fun atMost(maxNumberOfInvocations: Int): VerificationMode

Allows at-most-x verification.

Alias for Mockito.atMost.