Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method | Description |
---|---|---|
List<Injection> |
InjectionPlan.getQualifiedInjections() |
Get all injections having fieldName qualifiers.
|
List<Injection> |
InjectionPlan.getUnqualifiedInjections() |
Get all injections that do not have fieldName qualifiers.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
InjectionTarget.accepts(Injection injection) |
Can the given Injection be applied to this InjectionTarget?
|
void |
InjectionPlan.addInjection(Injection injection) |
Add an
Injection to this container. |
void |
InjectionTarget.inject(Object obj,
Injection injection) |
Perform the injection against the given object set the "matched" status of the injection when successful.
|
Copyright © 2001–2018 EasyMock contributors. All rights reserved.