Uses of Interface
org.mockito.listeners.InvocationListener
-
Packages that use InvocationListener Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.mock Mock settings related classes. -
-
Uses of InvocationListener in org.mockito
Methods in org.mockito with parameters of type InvocationListener Modifier and Type Method Description MockSettingsMockSettings. invocationListeners(InvocationListener... listeners)Registers a listener for method invocations on this mock. -
Uses of InvocationListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type InvocationListener Modifier and Type Method Description List<InvocationListener>MockCreationSettings. getInvocationListeners()InvocationListenerinstances attached to this mock, seeMockSettings.invocationListeners(InvocationListener...).
-