return LocalService.auxiliaryService(HTTP_PORT_NAME, HTTP_PORT, Commands.NOOP);
}
};
Set<ServiceRunner> services = ImmutableSet.of(fakeRunner);
LocalServiceRegistry serviceRegistry =
new LocalServiceRegistry(Providers.of(services), new ShutdownRegistryImpl());
leaderRedirector = new LeaderRedirect(serviceRegistry, schedulers);
monitorCapture = new Capture<>();
expect(schedulers.watch(capture(monitorCapture))).andReturn(null);
control.replay();