Pepino.ScenarioRunner.Application.ScenarioContext.AddStepExecutionResult C# (CSharp) Method

AddStepExecutionResult() public method

public AddStepExecutionResult ( StepExecutionResult result ) : void
result StepExecutionResult
return void
        public void AddStepExecutionResult(StepExecutionResult result)
        {
            _stepExecutionResults.Add(result);
        }