mockito-kotlin / com.nhaarman.mockitokotlin2 / atLeast

atLeast

fun atLeast(numInvocations: Int): VerificationMode

Allows at-least-x verification.

Alias for Mockito.atLeast.