| Package | Description | 
|---|---|
| org.easymock.internal | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| boolean | InjectionTarget. accepts(Injection injection)Can the given Injection be applied to this InjectionTarget? | 
| void | InjectionPlan. addInjection(Injection injection)Add an  Injectionto 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–2014 EasyMock contributors. All rights reserved.