Package | Description |
---|---|
org.mockito.internal.runners |
Internal classes for runners implementations.
|
Modifier and Type | Method and Description |
---|---|
InternalRunner |
RunnerFactory.create(java.lang.Class<?> klass,
Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplier
|
Constructor and Description |
---|
DefaultInternalRunner(java.lang.Class<?> testClass,
Supplier<MockitoTestListener> listenerSupplier) |