_testRunner.awaitCommandResponses();
}
public void testClientFailsToSendCommandResponseWithinTimeout()
{
ControllerJmsDelegate jmsDelegate = mock(ControllerJmsDelegate.class);
_testInstance = createTestInstanceWithConnection();
_testRunner = new TestRunner(_participatingClients, _testInstance , jmsDelegate, COMMAND_RESPONSE_TIMEOUT, TEST_RESULT_TIMEOUT);
_testRunner.sendTestSetupCommands();