Class ConstructorInjection.SimpleArgumentResolver

java.lang.Object
org.mockito.internal.configuration.injection.ConstructorInjection.SimpleArgumentResolver
All Implemented Interfaces:
FieldInitializer.ConstructorArgumentResolver
Enclosing class:
ConstructorInjection

static class ConstructorInjection.SimpleArgumentResolver extends Object implements FieldInitializer.ConstructorArgumentResolver
Returns mocks that match the argument type, if not possible assigns null.
  • Field Details

  • Constructor Details

    • SimpleArgumentResolver

      public SimpleArgumentResolver(Set<Object> objects)
  • Method Details