Uses of Interface
org.mockito.junit.MockitoRule
Packages that use MockitoRule
-
Uses of MockitoRule in org.mockito.junit
Methods in org.mockito.junit that return MockitoRuleModifier and TypeMethodDescriptionstatic MockitoRuleMockitoJUnit.rule()Creates rule instance that initiates @Mocks For more details and examples seeMockitoRule.MockitoRule.silent()Rule will not report stubbing warnings during test execution.MockitoRule.strictness(Strictness strictness) The strictness, especially "strict stubs" (Strictness.STRICT_STUBS) helps debugging and keeping tests clean.