Uses of Interface
org.mockito.internal.runners.InternalRunner
-
Packages that use InternalRunner 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. -
-
Uses of InternalRunner in org.mockito.internal.runners
Classes in org.mockito.internal.runners that implement InternalRunner Modifier and Type Class Description class
DefaultInternalRunner
class
StrictRunner
Fields in org.mockito.internal.runners declared as InternalRunner Modifier and Type Field Description private InternalRunner
StrictRunner. runner
Methods in org.mockito.internal.runners that return InternalRunner Modifier and Type Method Description InternalRunner
RunnerFactory. create(java.lang.Class<?> klass)
Creates silent runner implementationInternalRunner
RunnerFactory. create(java.lang.Class<?> klass, Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplierInternalRunner
RunnerFactory. createStrict(java.lang.Class<?> klass)
Creates strict runner implementationInternalRunner
RunnerFactory. createStrictStubs(java.lang.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 Constructor Description StrictRunner(InternalRunner runner, java.lang.Class<?> testClass)
-
Uses of InternalRunner in org.mockito.internal.runners.util
Methods in org.mockito.internal.runners.util that return InternalRunner Modifier and Type Method Description InternalRunner
RunnerProvider. newInstance(java.lang.String runnerClassName, java.lang.Object... constructorArgs)
-
Uses of InternalRunner in org.mockito.junit
Fields in org.mockito.junit declared as InternalRunner Modifier and Type Field Description private InternalRunner
MockitoJUnitRunner. runner
Constructors in org.mockito.junit with parameters of type InternalRunner Constructor Description MockitoJUnitRunner(InternalRunner runner)
-
Uses of InternalRunner in org.mockito.runners
Fields in org.mockito.runners declared as InternalRunner Modifier and Type Field Description private InternalRunner
ConsoleSpammingMockitoJUnitRunner. runner
Deprecated.private InternalRunner
VerboseMockitoJUnitRunner. runner
Deprecated.Constructors in org.mockito.runners with parameters of type InternalRunner Constructor Description ConsoleSpammingMockitoJUnitRunner(MockitoLogger logger, InternalRunner runner)
Deprecated.VerboseMockitoJUnitRunner(InternalRunner runner)
Deprecated.
-