Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
Modifier and Type | Interface and Description |
---|---|
interface |
MockedConstruction<T>
Represents a mock of any object construction of the represented type.
|
interface |
MockedStatic<T>
Represents an active mock of a type's static methods.
|