Uses of Class
org.easymock.internal.InjectionPlan
Packages that use InjectionPlan
-
Uses of InjectionPlan in org.easymock.internal
Methods in org.easymock.internal with parameters of type InjectionPlanModifier and TypeMethodDescriptionprivate static void
Injector.createMocksForAnnotations
(Class<?> hostClass, Object host, InjectionPlan injectionPlan) Create the mocks and find the fields annotated withTestSubject
private static void
Injector.injectMocksOnClass
(Class<?> clazz, Object obj, InjectionPlan injectionPlan) Try to inject a mock to every fields in the class