Package | Description |
---|---|
org.mockito.exceptions |
Exception messages, exception hierarchies.
|
org.mockito.internal.exceptions.util | |
org.mockito.internal.invocation |
Invocation and related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Reporter.noMoreInteractionsWanted(Invocation undesired,
List<VerificationAwareInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
String |
ScenarioPrinter.print(List<VerificationAwareInvocation> invocations) |
Modifier and Type | Class and Description |
---|---|
class |
InvocationImpl
Method call on a mock object.
|