Class StubbedInvocationMatcher

java.lang.Object
org.mockito.internal.invocation.InvocationMatcher
org.mockito.internal.stubbing.StubbedInvocationMatcher
All Implemented Interfaces:
Serializable, PrintableInvocation, CapturesArgumensFromInvocation, DescribedInvocation, Answer

public class StubbedInvocationMatcher extends InvocationMatcher implements Answer, Serializable
See Also: