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 interfaceMockitoTestListenerInternal 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 classMismatchReportingTestListenerReports stubbing argument mismatches to the supplied loggerclassNoOpTestListenerclassStrictStubsRunnerTestListenerFails early when mismatched arguments used for stubbingclassUniversalTestListenerUniversal test listener that behaves accordingly to current setting of strictness.classUnnecessaryStubbingsReporterReports unnecessary stubbings
-