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