Uses of Interface
org.mockito.internal.runners.InternalRunner
Packages that use InternalRunner
Package
Description
Internal classes for runners implementations.
Internal utils for runner implementations.
Mockito JUnit integration ; rule and runners.
-
Uses of InternalRunner in org.mockito.internal.runners
Classes in org.mockito.internal.runners that implement InternalRunnerFields in org.mockito.internal.runners declared as InternalRunnerMethods in org.mockito.internal.runners that return InternalRunnerModifier and TypeMethodDescriptionCreates silent runner implementationRunnerFactory.create
(Class<?> klass, Supplier<MockitoTestListener> listenerSupplier) Creates runner implementation with provided listener supplierRunnerFactory.createStrict
(Class<?> klass) Creates strict runner implementationRunnerFactory.createStrictStubs
(Class<?> klass) Creates strict stubs runner implementation TODO, let's try to apply Brice suggestion and use switch + StrictnessConstructors in org.mockito.internal.runners with parameters of type InternalRunner -
Uses of InternalRunner in org.mockito.internal.runners.util
Methods in org.mockito.internal.runners.util that return InternalRunnerModifier and TypeMethodDescriptionRunnerProvider.newInstance
(String runnerClassName, Object... constructorArgs) -
Uses of InternalRunner in org.mockito.junit
Fields in org.mockito.junit declared as InternalRunnerConstructors in org.mockito.junit with parameters of type InternalRunner