コード例 #1
0
 public Task RunAsynchronously()
 {
     Validate();
     return(_scenarioExecutor.ExecuteAsync(new ScenarioInfo(_name, _labels, _categories), ProvideSteps, _contextProvider, _progressNotifier));
 }
コード例 #2
0
 public Task RunScenarioAsync()
 {
     Validate();
     return(_scenarioExecutor.ExecuteAsync(new ScenarioInfo(_name, _labels, _categories), ProvideSteps, _contextDescriptor, _progressNotifier, _scenarioDecorators, _exceptionProcessor, _container));
 }