@Test
public void asset_field_annotation_has_blank_value()
{
ClassTransformation ct = newClassTransformation();
MutableComponentModel model = newMutableComponentModel();
Inject annotation = newMock(Inject.class);
train_findFieldsOfType(ct, InjectAssetWorker.ASSET_TYPE_NAME, "_fred");
train_getFieldAnnotation(ct, "_fred", Inject.class, annotation);