C# Class Pepino.Domain.Entities.StepPassedResult

Inheritance: StepRunResult
Exibir arquivo Open project: AcklenAvenue/Pepino

Public Methods

Method Description
AtRest ( ) : bool
GetDetails ( ) : string
GetMessage ( ) : string
StepPassedResult ( System.Guid stepId, System.DateTime time, double duration, int resultOrder, string screenShotUrl ) : System

Protected Methods

Method Description
StepPassedResult ( ) : System

Method Details

AtRest() public method

public AtRest ( ) : bool
return bool

GetDetails() public method

public GetDetails ( ) : string
return string

GetMessage() public method

public GetMessage ( ) : string
return string

StepPassedResult() protected method

protected StepPassedResult ( ) : System
return System

StepPassedResult() public method

public StepPassedResult ( System.Guid stepId, System.DateTime time, double duration, int resultOrder, string screenShotUrl ) : System
stepId System.Guid
time System.DateTime
duration double
resultOrder int
screenShotUrl string
return System