Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
Modifier and Type | Method and Description |
---|---|
static <T> BDDMockito.Then<T> |
BDDMockito.then(T mock)
Bdd style verification of mock behavior.
|