public void field_with_no_specific_mixin_type()
{
ComponentClassResolver resolver = newComponentClassResolver();
ClassTransformation transformation = newClassTransformation();
MutableComponentModel model = newMutableComponentModel();
Mixin annotation = newMixin("");
train_findFieldsWithAnnotation(transformation, Mixin.class, "fred");
train_getFieldAnnotation(transformation, "fred", Mixin.class, annotation);
train_getFieldType(transformation, "fred", "foo.bar.Baz");