fun ignoreStubs(vararg mocks: Any): Array<out Any>
Ignores stubbed methods of given mocks for the sake of verification.
Alias for Mockito.ignoreStubs.