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 class
JUnitTestRule
Methods in org.mockito.internal.junit that return MockitoTestRule Modifier and Type Method Description MockitoTestRule
JUnitTestRule. silent()
MockitoTestRule
JUnitTestRule. strictness(Strictness strictness)
-
Uses of MockitoTestRule in org.mockito.junit
Methods in org.mockito.junit that return MockitoTestRule Modifier and Type Method Description MockitoTestRule
MockitoTestRule. silent()
Equivalent toMockitoRule.silent()
.MockitoTestRule
MockitoTestRule. strictness(Strictness strictness)
Equivalent toMockitoRule.strictness(Strictness)
.static MockitoTestRule
MockitoJUnit. testRule(java.lang.Object testInstance)
Creates a rule instance that initiates @Mocks and is aTestRule
.
-