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