clearInvocations

fun <T> clearInvocations(vararg mocks: T)

Use this method in order to only clear invocations, when stubbing is non-trivial.

Alias for Mockito.clearInvocations.