Capture<Cluster> clusterCapture = new Capture<Cluster>();
Capture<Batch> batchCapture = new Capture<Batch>();
Capture<Schedule> scheduleCapture = new Capture<Schedule>();
expect(executionFactory.createNew(capture(clusterCapture),
capture(batchCapture), capture(scheduleCapture))).andReturn(requestExecution);
replay(managementController, clusters, cluster, executionFactory,
requestExecution, response, executionScheduleManager);