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