Esempio n. 1
0
        public async Task ExecuteTestCaseAsync()
        {
            _lastRunProcess = _serverProcess.Value;
            await _connection.Value.EnsureConnected();

            await _testCase.ExecuteAsync(_connection.Value, _logger.Value, _commandRunner);
        }
Esempio n. 2
0
        public async Task ExecuteTestCaseAsync()
        {
            ForceStartup();

            await _connection.Value.EnsureConnectedAsync(TimeSpan.FromSeconds(30));

            await _licenseSetup.Value.SetupAsync(_connection.Value, _logger.Value);

            await _testCase.ExecuteAsync(_connection.Value, _logger.Value, _commandRunner);
        }