| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
| org.mockito.internal |
Internal classes, not to be used by clients.
|
| Modifier and Type | Method and Description |
|---|---|
static InOrder |
Mockito.inOrder(Object... mocks)
Creates
InOrder object that allows verifying mocks in order. |
| Modifier and Type | Method and Description |
|---|---|
T |
BDDMockito.Then.should(InOrder inOrder) |
T |
BDDMockito.Then.should(InOrder inOrder,
VerificationMode mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
InOrderImpl
Allows verifying in order.
|
| Modifier and Type | Method and Description |
|---|---|
InOrder |
MockitoCore.inOrder(Object... mocks) |