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