Uses of Interface
org.mockito.invocation.InvocationOnMock
-
Packages that use InvocationOnMock Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.invocation Public API related to mock method invocations.org.mockito.stubbing Stubbing related classes. -
-
Uses of InvocationOnMock in org.mockito
Methods in org.mockito with parameters of type InvocationOnMock Modifier and Type Method Description ObjectAnswers. 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)voidValidableAnswer. validateFor(InvocationOnMock invocation)Validation of the answer at stub time for the given invocation.
-