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 TypeMethodDescriptionbooleanCan the given Injection be applied to this InjectionTarget?voidInjectionPlan.addInjection(Injection injection) Add anInjectionto this container.voidPerform the injection against the given object set the "matched" status of the injection when successful.