train_provideInjection(ip, "myfield", Request.class, locator, ct, model, false);
replay();
ComponentClassTransformWorker worker = new InjectWorker(locator, ip);
// Does the work but doesn't claim the field, since there was no match.
worker.transform(ct, model);
verify();
}