C# Class Pepino.Domain.Entities.StepRunResult

Inheritance: IEntity
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
AtRest ( ) : bool
GetDetails ( ) : string
GetMessage ( ) : string

Protected Methods

Method Description
StepRunResult ( ) : System
StepRunResult ( System.Guid stepId, System.DateTime time, double duration, int resultOrder, string screenShotUrl ) : System

Method Details

AtRest() public abstract method

public abstract AtRest ( ) : bool
return bool

GetDetails() public abstract method

public abstract GetDetails ( ) : string
return string

GetMessage() public abstract method

public abstract GetMessage ( ) : string
return string

StepRunResult() protected method

protected StepRunResult ( ) : System
return System

StepRunResult() protected method

protected StepRunResult ( 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