Uses of Class
org.mockito.junit.MockitoJUnitRunner
-
Uses of MockitoJUnitRunner in org.mockito.junit
Modifier and TypeClassDescriptionstatic class
This Mockito JUnit Runner implementation *ignores* stubbing argument mismatches (MockitoJUnitRunner.StrictStubs
) and *does not detect* unused stubbings.static class
Detects unused stubs and reports them as failures.static class
Improves debugging tests, helps keeping the tests clean.