Uses of Interface
org.mockito.junit.MockitoTestRule
-
Packages that use MockitoTestRule Package Description org.mockito.internal.junit JUnit integration support classes.org.mockito.junit Mockito JUnit integration ; rule and runners. -
-
Uses of MockitoTestRule in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement MockitoTestRule Modifier and Type Class Description classJUnitTestRuleMethods in org.mockito.internal.junit that return MockitoTestRule Modifier and Type Method Description MockitoTestRuleJUnitTestRule. silent()MockitoTestRuleJUnitTestRule. strictness(Strictness strictness) -
Uses of MockitoTestRule in org.mockito.junit
Methods in org.mockito.junit that return MockitoTestRule Modifier and Type Method Description MockitoTestRuleMockitoTestRule. silent()Equivalent toMockitoRule.silent().MockitoTestRuleMockitoTestRule. strictness(Strictness strictness)Equivalent toMockitoRule.strictness(Strictness).static MockitoTestRuleMockitoJUnit. testRule(java.lang.Object testInstance)Creates a rule instance that initiates @Mocks and is aTestRule.
-