| 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,
java.util.List<VerificationAwareInvocation> invocations) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ScenarioPrinter.print(java.util.List<VerificationAwareInvocation> invocations) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationImpl
Method call on a mock object.
|