Uses of Interface
org.mockito.listeners.InvocationListener
Packages that use InvocationListener
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Mock settings related classes.
-
Uses of InvocationListener in org.mockito
Methods in org.mockito with parameters of type InvocationListenerModifier and TypeMethodDescriptionMockSettings.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 InvocationListenerModifier and TypeMethodDescriptionMockCreationSettings.getInvocationListeners()InvocationListenerinstances attached to this mock, seeMockSettings.invocationListeners(InvocationListener...).