| Package | Description |
|---|---|
| org.mockito.junit |
| Modifier and Type | Method and Description |
|---|---|
static MockitoRule |
MockitoJUnit.rule()
Creates rule instance that initiates @Mocks
For more details and examples see
MockitoRule. |
MockitoRule |
MockitoRule.silent()
Rule will not report stubbing warnings during test execution.
|