Pepino.ScenarioRunner.Application.ScenarioContext.AddStepExecutionResult C# (CSharp) Méthode

AddStepExecutionResult() public méthode

public AddStepExecutionResult ( StepExecutionResult result ) : void
result StepExecutionResult
Résultat void
        public void AddStepExecutionResult(StepExecutionResult result)
        {
            _stepExecutionResults.Add(result);
        }