Uses of Interface
org.mockito.junit.MockitoTestRule
Packages that use MockitoTestRule
Package
Description
JUnit integration support classes.
Mockito JUnit integration ; rule and runners.
-
Uses of MockitoTestRule in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement MockitoTestRuleMethods in org.mockito.internal.junit that return MockitoTestRuleModifier and TypeMethodDescriptionJUnitTestRule.silent()
JUnitTestRule.strictness
(Strictness strictness) -
Uses of MockitoTestRule in org.mockito.junit
Methods in org.mockito.junit that return MockitoTestRuleModifier and TypeMethodDescriptionMockitoTestRule.silent()
Equivalent toMockitoRule.silent()
.MockitoTestRule.strictness
(Strictness strictness) Equivalent toMockitoRule.strictness(Strictness)
.static MockitoTestRule
Creates a rule instance that initiates @Mocks and is aTestRule
.