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 classDefaultInternalRunnerclassStrictRunnerFields in org.mockito.internal.runners declared as InternalRunner Modifier and Type Field Description private InternalRunnerStrictRunner. runnerMethods in org.mockito.internal.runners that return InternalRunner Modifier and Type Method Description InternalRunnerRunnerFactory. create(java.lang.Class<?> klass)Creates silent runner implementationInternalRunnerRunnerFactory. create(java.lang.Class<?> klass, Supplier<MockitoTestListener> listenerSupplier)Creates runner implementation with provided listener supplierInternalRunnerRunnerFactory. createStrict(java.lang.Class<?> klass)Creates strict runner implementationInternalRunnerRunnerFactory. 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 InternalRunnerRunnerProvider. 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 InternalRunnerMockitoJUnitRunner. runnerConstructors 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 InternalRunnerConsoleSpammingMockitoJUnitRunner. runnerDeprecated.private InternalRunnerVerboseMockitoJUnitRunner. runnerDeprecated.Constructors in org.mockito.runners with parameters of type InternalRunner Constructor Description ConsoleSpammingMockitoJUnitRunner(MockitoLogger logger, InternalRunner runner)Deprecated.VerboseMockitoJUnitRunner(InternalRunner runner)Deprecated.
-