Package | Description |
---|---|
org.mockito.internal.junit |
JUnit integration support classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MockitoTestListener
Internal test listener that helps decoupling JUnit internals from Mockito "business" logic.
|
Modifier and Type | Class and Description |
---|---|
class |
MismatchReportingTestListener
Reports stubbing argument mismatches to the supplied logger
|
class |
NoOpTestListener |
class |
StrictStubsRunnerTestListener
Fails early when mismatched arguments used for stubbing
|
class |
UniversalTestListener
Universal test listener that behaves accordingly to current setting of strictness.
|
class |
UnnecessaryStubbingsReporter
Reports unnecessary stubbings
|