Uses of Interface
org.mockito.internal.junit.MockitoTestListener
-
Packages that use MockitoTestListener Package Description org.mockito.internal.junit JUnit integration support classes.org.mockito.internal.runners Internal classes for runners implementations. -
-
Uses of MockitoTestListener in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement MockitoTestListener 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. -
Uses of MockitoTestListener in org.mockito.internal.runners
Method parameters in org.mockito.internal.runners with type arguments of type MockitoTestListener Modifier and Type Method Description InternalRunnerRunnerFactory. create(java.lang.Class<?> klass, Supplier<MockitoTestListener> listenerSupplier)Creates runner implementation with provided listener supplierConstructor parameters in org.mockito.internal.runners with type arguments of type MockitoTestListener Constructor Description DefaultInternalRunner(java.lang.Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier)
-