Uses of Interface
org.mockito.internal.junit.MockitoTestListener
Packages that use MockitoTestListener
Package
Description
JUnit integration support classes.
Internal classes for runners implementations.
-
Uses of MockitoTestListener in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement MockitoTestListenerModifier and TypeClassDescriptionclassReports stubbing argument mismatches to the supplied loggerclassclassFails early when mismatched arguments used for stubbingclassUniversal 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 MockitoTestListenerModifier and TypeMethodDescriptionRunnerFactory.create(Class<?> klass, Supplier<MockitoTestListener> listenerSupplier) Creates runner implementation with provided listener supplierConstructor parameters in org.mockito.internal.runners with type arguments of type MockitoTestListenerModifierConstructorDescriptionDefaultInternalRunner(Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier)