C# Class Pepino.Domain.Application.Commands.StopStep

Mostrar archivo Open project: AcklenAvenue/Pepino Class Usage Examples

Public Methods

Method Description
StopStep ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, bool passing, double duration, System.DateTime time, string failureMessage = null, string screenShot = null ) : System

Method Details

StopStep() public method

public StopStep ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, bool passing, double duration, System.DateTime time, string failureMessage = null, string screenShot = null ) : System
scenarioId System.Guid
criterionId System.Guid
stepId System.Guid
passing bool
duration double
time System.DateTime
failureMessage string
screenShot string
return System