C# Class Pepino.ScenarioRunner.Application.StepStoppedReport

Inheritance: IProgressReport
显示文件 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
StepStoppedReport ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, object executionContextId, StepExecutionResult result ) : System

Method Details

StepStoppedReport() public method

public StepStoppedReport ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, object executionContextId, StepExecutionResult result ) : System
scenarioId System.Guid
criterionId System.Guid
stepId System.Guid
executionContextId object
result StepExecutionResult
return System