Uses of Interface
org.mockito.listeners.InvocationListener
Packages that use InvocationListener
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Exception messages, exception hierarchies.
Mock object creation.
Whatever helps in debugging failed tests
-
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.exceptions
Methods in org.mockito.exceptions with parameters of type InvocationListenerModifier and TypeMethodDescriptionvoid
Reporter.invocationListenerThrewException
(InvocationListener listener, Throwable listenerThrowable) -
Uses of InvocationListener in org.mockito.internal.creation
Methods in org.mockito.internal.creation that return types with arguments of type InvocationListenerMethods 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.invocationListeners
Methods 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 TypeClassDescriptionclass
Logs all invocations to standard output. -
Uses of InvocationListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type InvocationListenerModifier and TypeMethodDescriptionMockCreationSettings.getInvocationListeners()
The invocation listeners attached to this mock, seeMockSettings.invocationListeners(org.mockito.listeners.InvocationListener...)
.