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 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. -
Uses of MockitoJUnitRunner in org.mockito.runners
Subclasses of MockitoJUnitRunner in org.mockito.runnersModifier and TypeClassDescriptionclass
Deprecated.static class
Deprecated.Moved toMockitoJUnitRunner.Silent
, this class will be removed with Mockito 4static class
Deprecated.Moved toMockitoJUnitRunner.Strict
, this class will be removed with Mockito 4
MockitoJUnitRunner
, this class will be removed with Mockito 4