Uses of Interface
org.mockito.junit.MockitoRule
-
Packages that use MockitoRule Package Description org.mockito.junit Mockito JUnit integration ; rule and runners. -
-
Uses of MockitoRule in org.mockito.junit
Methods in org.mockito.junit that return MockitoRule Modifier and Type Method Description static MockitoRuleMockitoJUnit. rule()Creates rule instance that initiates @Mocks For more details and examples seeMockitoRule.MockitoRuleMockitoRule. silent()Rule will not report stubbing warnings during test execution.MockitoRuleMockitoRule. strictness(Strictness strictness)The strictness, especially "strict stubs" (Strictness.STRICT_STUBS) helps debugging and keeping tests clean.
-