Location l = newLocation();
EnhancementOperation op = newOp();
IComponentSpecification spec = newSpec();
InjectStateWorker delegate = (InjectStateWorker) newMock(InjectStateWorker.class);
delegate.injectState(op, "barneyASO", "barney", l);
replayControls();
InjectStateAnnotationWorker worker = new InjectStateAnnotationWorker(delegate);