Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation and related classes.
|
org.mockito.internal.stubbing |
Stubbing logic.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InvocationMatcher |
Modifier and Type | Method | Description |
---|---|---|
void |
InvocationMarker.markVerified(java.util.List<Invocation> invocations,
CapturesArgumensFromInvocation wanted) |
|
void |
InvocationMarker.markVerified(Invocation invocation,
CapturesArgumensFromInvocation wanted) |
|
void |
InvocationMarker.markVerifiedInOrder(java.util.List<Invocation> chunk,
CapturesArgumensFromInvocation wanted,
InOrderContext context) |
Modifier and Type | Class | Description |
---|---|---|
class |
StubbedInvocationMatcher |