Uses of Interface
org.mockito.internal.util.Supplier
-
Packages that use Supplier Package Description org.mockito.internal.configuration Mockito configuration.org.mockito.internal.runners Internal classes for runners implementations. -
-
Uses of Supplier in org.mockito.internal.configuration
Methods in org.mockito.internal.configuration with parameters of type Supplier Modifier and Type Method Description static java.lang.Object
MockAnnotationProcessor. processAnnotationForMock(Mock annotation, java.lang.Class<?> type, Supplier<java.lang.reflect.Type> genericType, java.lang.String name)
-
Uses of Supplier in org.mockito.internal.runners
Methods in org.mockito.internal.runners with parameters of type Supplier Modifier and Type Method Description InternalRunner
RunnerFactory. create(java.lang.Class<?> klass, Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplierConstructors in org.mockito.internal.runners with parameters of type Supplier Constructor Description DefaultInternalRunner(java.lang.Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier)
-