| Package | Description |
|---|---|
| org.mockito.internal.progress |
Mocking progress stateful classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockingProgressImpl |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<MockingProgress> |
ThreadSafeMockingProgress.MOCKING_PROGRESS_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
static MockingProgress |
ThreadSafeMockingProgress.mockingProgress()
Returns the
MockingProgress for the current Thread. |