| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| org.mockito.internal |
Internal classes, not to be used by clients.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockedConstructionImpl<T> |
class |
MockedStaticImpl<T> |
Copyright © 2025. All rights reserved.