public void asset_field_with_full_annotation()
{
ClassTransformation ct = newClassTransformation();
MutableComponentModel model = newMutableComponentModel();
Inject annotation = newMock(Inject.class);
AssetSource source = newMock(AssetSource.class);
Resource r = newResource();
train_findFieldsOfType(ct, InjectAssetWorker.ASSET_TYPE_NAME, "_fred");
train_getFieldAnnotation(ct, "_fred", Inject.class, annotation);