mockito-kotlin / org.mockito.kotlin / verifyZeroInteractions

verifyZeroInteractions

fun verifyZeroInteractions(vararg mocks: Any): Unit

Verifies that no interactions happened on given mocks beyond the previously verified interactions.

Alias for Mockito.verifyZeroInteractions.