fun verifyZeroInteractions(vararg mocks: Any): Unit
Verifies that no interactions happened on given mocks beyond the previously verified interactions.
Alias for Mockito.verifyZeroInteractions.