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