Uses of Class
org.easymock.internal.Injection
Packages that use Injection
-
Uses of Injection in org.easymock.internal
Methods in org.easymock.internal that return types with arguments of type InjectionModifier and TypeMethodDescriptionInjectionPlan.getQualifiedInjections()
Get all injections having fieldName qualifiers.InjectionPlan.getUnqualifiedInjections()
Get all injections that do not have fieldName qualifiers.Methods in org.easymock.internal with parameters of type InjectionModifier and TypeMethodDescriptionboolean
Can the given Injection be applied to this InjectionTarget?void
InjectionPlan.addInjection
(Injection injection) Add anInjection
to this container.void
Perform the injection against the given object set the "matched" status of the injection when successful.