private void InitializeTests(systemSettings systemSettings, Enumerator command) { _setupConnection = new SetupConnection(systemSettings, command); _acknowledge = new Acknowledge(systemSettings, command); _clearTextData = new ClearTextData(systemSettings, command); _binaryTextData = new BinaryTextData(systemSettings, command); _multipleArguments = new MultipleArguments(systemSettings, command); _transferSpeed = new TransferSpeed(systemSettings, command); }