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 | Class and Description |
---|---|
class |
InOrderImpl
Allows verifying in order.
|
Modifier and Type | Method and Description |
---|---|
InOrder |
MockitoCore.inOrder(Object... mocks) |
Copyright © 2018. All rights reserved.