mockito-kotlin / com.nhaarman.mockitokotlin2 / 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.