Class InvocationImpl

java.lang.Object
org.mockito.internal.invocation.InvocationImpl
All Implemented Interfaces:
Serializable, PrintableInvocation, VerificationAwareInvocation, DescribedInvocation, Invocation, InvocationOnMock

public class InvocationImpl extends Object implements Invocation, VerificationAwareInvocation
Method call on a mock object.

Contains sequence number which should be globally unique and is used for verification in order.

Contains stack trace of invocation

See Also: