| Package | Description |
|---|---|
| org.mockito.internal.configuration.injection |
Mockito injection internals.
|
| org.mockito.internal.configuration.injection.filter |
| Modifier and Type | Field and Description |
|---|---|
private MockCandidateFilter |
PropertyAndSetterInjection.mockCandidateFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
NameBasedCandidateFilter |
class |
TerminalMockCandidateFilter
This node returns an actual injecter which will be either :
an
OngoingInjector that do nothing if a candidate couldn't be found
an OngoingInjector that will try to inject the candidate trying first the property setter then if not possible try the field access
|
class |
TypeBasedCandidateFilter |
| Modifier and Type | Field and Description |
|---|---|
private MockCandidateFilter |
TypeBasedCandidateFilter.next |
private MockCandidateFilter |
NameBasedCandidateFilter.next |
| Constructor and Description |
|---|
NameBasedCandidateFilter(MockCandidateFilter next) |
TypeBasedCandidateFilter(MockCandidateFilter next) |