| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
| org.mockito.exceptions |
Exception messages, exception hierarchies.
|
| org.mockito.invocation |
Public API related to invocation
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Invocation> |
MockingDetails.getInvocations()
Provides a collection of methods indicating the invocations of the object
|
| Modifier and Type | Method and Description |
|---|---|
static MockitoAssertionError |
Reporter.noMoreInteractionsWanted(Invocation undesired,
List<VerificationAwareInvocation> invocations) |
static MockitoAssertionError |
Reporter.noMoreInteractionsWantedInOrder(Invocation undesired) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MockHandler.handle(Invocation invocation)
Takes an invocation object and handles it.
|