internalVerify

fun internalVerify(    ordering: Ordering = Ordering.UNORDERED,     inverse: Boolean = false,     atLeast: Int = 1,     atMost: Int = Int.MAX_VALUE,     exactly: Int = -1,     timeout: Long = 0,     verifyBlock: MockKVerificationScope.() -> Unit)

Verifies calls happened in the past. Part of DSL