| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
| org.mockito.invocation |
Public API related to invocation
|
| org.mockito.stubbing |
External stubbing related classes
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Invocation> |
MockingDetails.getInvocations()
All method invocations on this mock.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MockHandler.handle(Invocation invocation)
Takes an invocation object and handles it.
|
| Modifier and Type | Method and Description |
|---|---|
Invocation |
Stubbing.getInvocation()
Returns the method invocation that is stubbed.
|