ObjectProvider provider = mockObjectProvider();
ObjectLocator locator = mockObjectLocator();
Inject annotation = newMock(Inject.class);
ClassTransformation ct = mockClassTransformation();
MutableComponentModel model = mockMutableComponentModel();
Request injected = mockRequest();
train_findFieldsWithAnnotation(ct, Inject.class, "myfield");
train_getFieldAnnotation(ct, "myfield", Inject.class, annotation);
train_getFieldType(ct, "myfield", WEBREQUEST_CLASS_NAME);