@Test
public void annotation_present()
{
ClassTransformation ct = mockClassTransformation();
MutableComponentModel model = mockMutableComponentModel();
SupportsInformalParameters annotation = newMock(SupportsInformalParameters.class);
train_getAnnotation(ct, SupportsInformalParameters.class, annotation);
model.enableSupportsInformalParameters();
replay();