train_getFieldAnnotation(ct, "myfield", Inject.class, annotation);
train_getFieldType(ct, "myfield", REQUEST_CLASS_NAME);
train_toClass(ct, REQUEST_CLASS_NAME, Request.class);
expect(ip.provideInjection("myfield", Request.class, locator, ct, model)).andThrow(failure);
train_getClassName(ct, "foo.bar.Baz");
replay();