| 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.
|
| org.mockito.internal.stubbing |
Stubbing logic.
|
| Modifier and Type | Method and Description |
|---|---|
static LenientStubber |
Mockito.lenient()
Lenient stubs bypass "strict stubbing" validation (see
Strictness.STRICT_STUBS). |
| Modifier and Type | Method and Description |
|---|---|
LenientStubber |
MockitoCore.lenient() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLenientStubber |
Copyright © 2024. All rights reserved.