Package | Description |
---|---|
org.mockito.internal.runners |
Internal classes for runners implementations.
|
org.mockito.internal.runners.util |
Internal utils for runner implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInternalRunner |
class |
StrictRunner |
Modifier and Type | Method and Description |
---|---|
InternalRunner |
RunnerFactory.create(Class<?> klass)
Creates silent runner implementation
|
InternalRunner |
RunnerFactory.create(Class<?> klass,
Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplier
|
InternalRunner |
RunnerFactory.createStrict(Class<?> klass)
Creates strict runner implementation
|
InternalRunner |
RunnerFactory.createStrictStubs(Class<?> klass)
Creates strict stubs runner implementation
TODO, let's try to apply Brice suggestion and use switch + Strictness
|
Constructor and Description |
---|
StrictRunner(InternalRunner runner,
Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
InternalRunner |
RunnerProvider.newInstance(String runnerClassName,
Object... constructorArgs) |
Copyright © 2022. All rights reserved.