| Package | Description |
|---|---|
| org.mockito.internal.junit |
JUnit integration support classes.
|
| org.mockito.internal.runners |
Internal classes for runners implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MismatchReportingTestListener
Reports stubbing argument mismatches to the supplied logger
|
class |
NoOpTestListener |
class |
StrictStubsRunnerTestListener
Fails early when mismatched arguments used for stubbing
|
class |
UniversalTestListener
Universal test listener that behaves accordingly to current setting of strictness.
|
| 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.