C# 클래스 Pepino.Domain.Application.Commands.StopStep

파일 보기 프로젝트 열기: AcklenAvenue/Pepino 1 사용 예제들

공개 메소드들

메소드 설명
StopStep ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, bool passing, double duration, System.DateTime time, string failureMessage = null, string screenShot = null ) : System

메소드 상세

StopStep() 공개 메소드

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
리턴 System