Uses of Class
org.mockito.junit.MockitoJUnitRunner
Packages that use MockitoJUnitRunner
Package
Description
Mockito JUnit integration ; rule and runners.
JUnit runners.
-
Uses of MockitoJUnitRunner in org.mockito.junit
Subclasses of MockitoJUnitRunner in org.mockito.junitModifier and TypeClassDescriptionstatic classThis Mockito JUnit Runner implementation *ignores* stubbing argument mismatches (MockitoJUnitRunner.StrictStubs) and *does not detect* unused stubbings.static classDetects unused stubs and reports them as failures.static classImproves debugging tests, helps keeping the tests clean. -
Uses of MockitoJUnitRunner in org.mockito.runners
Subclasses of MockitoJUnitRunner in org.mockito.runnersModifier and TypeClassDescriptionclassDeprecated.static classDeprecated.Moved toMockitoJUnitRunner.Silent, this class will be removed with Mockito 4static classDeprecated.Moved toMockitoJUnitRunner.Strict, this class will be removed with Mockito 4
MockitoJUnitRunner, this class will be removed with Mockito 4