Uses of Interface
org.mockito.junit.MockitoRule
-
Packages that use MockitoRule Package Description org.mockito.junit -
-
Uses of MockitoRule in org.mockito.junit
Classes in org.mockito.junit that implement MockitoRule Modifier and Type Class Description class
MockitoJUnitRule
Deprecated.Methods in org.mockito.junit that return MockitoRule Modifier and Type Method Description static MockitoRule
MockitoJUnit. rule()
Creates rule instance that initiates @Mocks SeeMockitoRule
.
-