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

Afficher le fichier Open project: AcklenAvenue/Pepino Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System