Uses of Interface
org.mockito.invocation.InvocationOnMock
-
Packages that use InvocationOnMock Package Description org.mockito Mockito is a mock library for java - see Mockito class for for usage.org.mockito.exceptions Exception messages, exception hierarchies.org.mockito.internal.invocation Invocation and related classes.org.mockito.internal.stubbing Stubbing logic.org.mockito.internal.stubbing.answers Answers for stubbed callsorg.mockito.internal.stubbing.defaultanswers Implementations of ReturnValuesorg.mockito.invocation Public API related to invocationorg.mockito.stubbing External stubbing related classes -
-
Uses of InvocationOnMock in org.mockito
Methods in org.mockito with parameters of type InvocationOnMock Modifier and Type Method Description java.lang.ObjectReturnValues. 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 InvocationOnMock Modifier and Type Method Description intReporter. invalidArgumentPositionRangeAtInvocationTime(InvocationOnMock invocation, boolean willReturnLastParameter, int argumentIndex)voidReporter. wrongTypeOfArgumentToReturn(InvocationOnMock invocation, java.lang.String expectedType, java.lang.Class actualType, int argumentIndex) -
Uses of InvocationOnMock in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement InvocationOnMock Modifier and Type Class Description classInvocationImplMethod call on a mock object. -
Uses of InvocationOnMock in org.mockito.internal.stubbing
Methods in org.mockito.internal.stubbing with parameters of type InvocationOnMock Modifier and Type Method Description java.lang.ObjectStubbedInvocationMatcher. answer(InvocationOnMock invocation) -
Uses of InvocationOnMock in org.mockito.internal.stubbing.answers
Methods in org.mockito.internal.stubbing.answers with parameters of type InvocationOnMock Modifier and Type Method Description java.lang.ObjectAnswerReturnValuesAdapter. answer(InvocationOnMock invocation)java.lang.ObjectCallsRealMethods. answer(InvocationOnMock invocation)java.lang.ObjectClonesArguments. answer(InvocationOnMock invocation)java.lang.ObjectDoesNothing. answer(InvocationOnMock invocation)java.lang.ObjectReturns. answer(InvocationOnMock invocation)java.lang.ObjectReturnsArgumentAt. answer(InvocationOnMock invocation)java.lang.ObjectReturnsElementsOf. answer(InvocationOnMock invocation)java.lang.ObjectThrowsException. answer(InvocationOnMock invocation)java.lang.ObjectThrowsExceptionClass. answer(InvocationOnMock invocation)java.lang.ClassReturnsArgumentAt. returnedTypeOnSignature(InvocationOnMock invocation)voidReturnsArgumentAt. validateIndexWithinInvocationRange(InvocationOnMock invocation) -
Uses of InvocationOnMock in org.mockito.internal.stubbing.defaultanswers
Methods in org.mockito.internal.stubbing.defaultanswers with parameters of type InvocationOnMock Modifier and Type Method Description java.lang.ObjectForwardsInvocations. answer(InvocationOnMock invocation)java.lang.ObjectGloballyConfiguredAnswer. answer(InvocationOnMock invocation)java.lang.ObjectReturnsDeepStubs. answer(InvocationOnMock invocation)java.lang.ObjectReturnsEmptyValues. answer(InvocationOnMock invocation)java.lang.ObjectReturnsMocks. answer(InvocationOnMock invocation)java.lang.ObjectReturnsMoreEmptyValues. answer(InvocationOnMock invocation)java.lang.ObjectReturnsSmartNulls. answer(InvocationOnMock invocation) -
Uses of InvocationOnMock in org.mockito.invocation
Subinterfaces of InvocationOnMock in org.mockito.invocation Modifier and Type Interface Description interfaceInvocationA method call on a mock object. -
Uses of InvocationOnMock in org.mockito.stubbing
Methods in org.mockito.stubbing with parameters of type InvocationOnMock Modifier and Type Method Description TAnswer. answer(InvocationOnMock invocation)
-