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