Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method and Description |
---|---|
private static void |
Injector.createMocksForAnnotations(java.lang.Class<?> hostClass,
java.lang.Object host,
InjectionPlan injectionPlan)
Create the mocks and find the fields annotated with
TestSubject |
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
|