Package | Description |
---|---|
org.mockito.internal.runners |
Internal classes for runners implementations.
|
org.mockito.internal.runners.util |
Internal utils for runner implementations.
|
org.mockito.junit |
Mockito JUnit integration ; rule and runners.
|
org.mockito.runners |
JUnit runners.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInternalRunner |
class |
StrictRunner |
Modifier and Type | Field and Description |
---|---|
private InternalRunner |
StrictRunner.runner |
Modifier and Type | Method and Description |
---|---|
InternalRunner |
RunnerFactory.create(java.lang.Class<?> klass)
Creates silent runner implementation
|
InternalRunner |
RunnerFactory.create(java.lang.Class<?> klass,
Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplier
|
InternalRunner |
RunnerFactory.createStrict(java.lang.Class<?> klass)
Creates strict runner implementation
|
InternalRunner |
RunnerFactory.createStrictStubs(java.lang.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,
java.lang.Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
InternalRunner |
RunnerProvider.newInstance(java.lang.String runnerClassName,
java.lang.Object... constructorArgs) |
Modifier and Type | Field and Description |
---|---|
private InternalRunner |
MockitoJUnitRunner.runner |
Constructor and Description |
---|
MockitoJUnitRunner(InternalRunner runner) |
Modifier and Type | Field and Description |
---|---|
private InternalRunner |
VerboseMockitoJUnitRunner.runner
Deprecated.
|
private InternalRunner |
ConsoleSpammingMockitoJUnitRunner.runner
Deprecated.
|
Constructor and Description |
---|
ConsoleSpammingMockitoJUnitRunner(MockitoLogger logger,
InternalRunner runner)
Deprecated.
|
VerboseMockitoJUnitRunner(InternalRunner runner)
Deprecated.
|