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 object creation.
Whatever helps in debugging failed tests.
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.internal.creation
Methods in org.mockito.internal.creation with parameters of type InvocationListenerModifier and TypeMethodDescriptionMockSettingsImpl.invocationListeners(InvocationListener... listeners) -
Uses of InvocationListener in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings with type parameters of type InvocationListenerModifier and TypeFieldDescriptionprotected List<InvocationListener> CreationSettings.invocationListenersMethods in org.mockito.internal.creation.settings that return types with arguments of type InvocationListener -
Uses of InvocationListener in org.mockito.internal.debugging
Classes in org.mockito.internal.debugging that implement InvocationListenerModifier and TypeClassDescriptionclassLogs all invocations to standard output. -
Uses of InvocationListener in org.mockito.internal.exceptions
Methods in org.mockito.internal.exceptions with parameters of type InvocationListenerModifier and TypeMethodDescriptionstatic MockitoExceptionReporter.invocationListenerThrewException(InvocationListener listener, Throwable listenerThrowable) -
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...).