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