Uses of Class
org.easymock.internal.Injection
-
Packages that use Injection Package Description org.easymock.internal -
-
Uses of Injection in org.easymock.internal
Methods in org.easymock.internal that return types with arguments of type Injection Modifier and Type Method Description java.util.List<Injection>
InjectionPlan. getQualifiedInjections()
Get all injections having fieldName qualifiers.java.util.List<Injection>
InjectionPlan. getUnqualifiedInjections()
Get all injections that do not have fieldName qualifiers.Methods in org.easymock.internal with parameters of type Injection 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 anInjection
to this container.void
InjectionTarget. inject(java.lang.Object obj, Injection injection)
Perform the injection against the given object set the "matched" status of the injection when successful.
-