ClassTransformation ct = newClassTransformation();
MutableComponentModel model = newMutableComponentModel();
Inject annotation = newMock(Inject.class);
AssetSource source = newAssetSource();
Resource r = newResource();
SymbolSource symbolSource = newSymbolSource();
train_findFieldsOfType(ct, InjectAssetWorker.ASSET_TYPE_NAME, "_fred");
train_getFieldAnnotation(ct, "_fred", Inject.class, annotation);