Package org.mockito.internal.invocation
Interface CapturesArgumensFromInvocation
-
- All Known Implementing Classes:
InvocationMatcher,StubbedInvocationMatcher
public interface CapturesArgumensFromInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcaptureArgumentsFrom(Invocation i)
-
-
-
Method Detail
-
captureArgumentsFrom
void captureArgumentsFrom(Invocation i)
-
-