Uses of Interface
org.mockito.internal.util.Supplier
Packages that use Supplier
Package
Description
Mockito configuration.
Internal classes for runners implementations.
-
Uses of Supplier in org.mockito.internal.configuration
Methods in org.mockito.internal.configuration with parameters of type Supplier -
Uses of Supplier in org.mockito.internal.runners
Methods in org.mockito.internal.runners with parameters of type SupplierModifier and TypeMethodDescriptionRunnerFactory.create
(Class<?> klass, Supplier<MockitoTestListener> listenerSupplier) Creates runner implementation with provided listener supplierConstructors in org.mockito.internal.runners with parameters of type SupplierModifierConstructorDescriptionDefaultInternalRunner
(Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier)