_respondingJmsDelegate = mock(ControllerJmsDelegate.class);
_controller = new Controller(_respondingJmsDelegate, REGISTRATION_TIMEOUT, COMMAND_RESPONSE_TIMEOUT);
_testRunner = mock(TestRunner.class);
_clientRegistry = mock(ClientRegistry.class);
Config configWithOneClient = createMockConfig(1);
_controller.setConfig(configWithOneClient);
_controller.setClientRegistry(_clientRegistry);
_controller.setTestRunnerFactory(createTestFactoryReturningMock());
doAnswer(new Answer<Void>()