Package | Description |
---|---|
org.mockito.junit |
Mockito JUnit integration ; rule and runners.
|
org.mockito.runners |
JUnit runners.
|
Modifier and Type | Class and Description |
---|---|
static class |
MockitoJUnitRunner.Silent
This Mockito JUnit Runner implementation *ignores*
stubbing argument mismatches (
MockitoJUnitRunner.StrictStubs )
and *does not detect* unused stubbings. |
static class |
MockitoJUnitRunner.Strict
Detects unused stubs and reports them as failures.
|
static class |
MockitoJUnitRunner.StrictStubs
Improves debugging tests, helps keeping the tests clean.
|
Modifier and Type | Class and Description |
---|---|
class |
MockitoJUnitRunner
Deprecated.
Moved to
MockitoJUnitRunner , this class will be removed with Mockito 4 |