C# Class Pepino.Domain.Entities.StepPassedResult

Inheritance: StepRunResult
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

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

Méthodes protégées

Méthode Description
StepPassedResult ( ) : System

Method Details

AtRest() public méthode

public AtRest ( ) : bool
Résultat bool

GetDetails() public méthode

public GetDetails ( ) : string
Résultat string

GetMessage() public méthode

public GetMessage ( ) : string
Résultat string

StepPassedResult() protected méthode

protected StepPassedResult ( ) : System
Résultat System

StepPassedResult() public méthode

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