IEngineService service = newService();
IMonitor monitor = newMonitor();
replayControls();
IRequestCycle cycle = new RequestCycle(engine, new QueryParameterMap(), service, monitor,
env);
assertSame(infrastructure, cycle.getInfrastructure());
assertSame(context, cycle.getRequestContext());
assertSame(service, cycle.getService());