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 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. -
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 InternalRunner
RunnerFactory. 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)
-