Package | Description |
---|---|
org.mockito.internal.junit |
JUnit integration support classes.
|
org.mockito.junit |
Mockito JUnit integration ; rule and runners.
|
Modifier and Type | Class and Description |
---|---|
class |
VerificationCollectorImpl
Mockito implementation of VerificationCollector.
|
Modifier and Type | Method and Description |
---|---|
VerificationCollector |
VerificationCollectorImpl.assertLazily() |
Modifier and Type | Method and Description |
---|---|
VerificationCollector |
VerificationCollector.assertLazily()
Enforce all verifications are performed lazily.
|
static VerificationCollector |
MockitoJUnit.collector()
Creates a rule instance that can perform lazy verifications.
|