Uses of Interface
org.mockito.invocation.InvocationOnMock
Packages that use InvocationOnMock
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Exception messages, exception hierarchies.
Invocation and related classes.
Stubbing logic.
Answers for stubbed calls
Implementations of ReturnValues
Public API related to invocation
External stubbing related classes
-
Uses of InvocationOnMock in org.mockito
Methods in org.mockito with parameters of type InvocationOnMockModifier and TypeMethodDescriptionReturnValues.valueFor
(InvocationOnMock invocation) Deprecated.return value for an unstubbed invocation -
Uses of InvocationOnMock in org.mockito.exceptions
Methods in org.mockito.exceptions with parameters of type InvocationOnMockModifier and TypeMethodDescriptionint
Reporter.invalidArgumentPositionRangeAtInvocationTime
(InvocationOnMock invocation, boolean willReturnLastParameter, int argumentIndex) void
Reporter.wrongTypeOfArgumentToReturn
(InvocationOnMock invocation, String expectedType, Class actualType, int argumentIndex) -
Uses of InvocationOnMock in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement InvocationOnMock -
Uses of InvocationOnMock in org.mockito.internal.stubbing
Methods in org.mockito.internal.stubbing with parameters of type InvocationOnMock -
Uses of InvocationOnMock in org.mockito.internal.stubbing.answers
Methods in org.mockito.internal.stubbing.answers with parameters of type InvocationOnMockModifier and TypeMethodDescriptionAnswerReturnValuesAdapter.answer
(InvocationOnMock invocation) CallsRealMethods.answer
(InvocationOnMock invocation) ClonesArguments.answer
(InvocationOnMock invocation) DoesNothing.answer
(InvocationOnMock invocation) Returns.answer
(InvocationOnMock invocation) ReturnsArgumentAt.answer
(InvocationOnMock invocation) ReturnsElementsOf.answer
(InvocationOnMock invocation) ThrowsException.answer
(InvocationOnMock invocation) ThrowsExceptionClass.answer
(InvocationOnMock invocation) ReturnsArgumentAt.returnedTypeOnSignature
(InvocationOnMock invocation) void
ReturnsArgumentAt.validateIndexWithinInvocationRange
(InvocationOnMock invocation) -
Uses of InvocationOnMock in org.mockito.internal.stubbing.defaultanswers
Methods in org.mockito.internal.stubbing.defaultanswers with parameters of type InvocationOnMockModifier and TypeMethodDescriptionForwardsInvocations.answer
(InvocationOnMock invocation) GloballyConfiguredAnswer.answer
(InvocationOnMock invocation) ReturnsDeepStubs.answer
(InvocationOnMock invocation) ReturnsEmptyValues.answer
(InvocationOnMock invocation) ReturnsMocks.answer
(InvocationOnMock invocation) ReturnsMoreEmptyValues.answer
(InvocationOnMock invocation) ReturnsSmartNulls.answer
(InvocationOnMock invocation) -
Uses of InvocationOnMock in org.mockito.invocation
Subinterfaces of InvocationOnMock in org.mockito.invocation -
Uses of InvocationOnMock in org.mockito.stubbing
Methods in org.mockito.stubbing with parameters of type InvocationOnMock