Uses of Interface
org.mockito.junit.MockitoTestRule
-
Packages that use MockitoTestRule Package Description org.mockito.junit Mockito JUnit integration ; rule and runners. -
-
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(Object testInstance)Creates a rule instance that initiates @Mocks and is aTestRule.
-