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