C# Class Pepino.Domain.Entities.Story

Inheritance: IHaveTestResults, IEntity
Afficher le fichier Open project: AcklenAvenue/Pepino Class Usage Examples

Méthodes publiques

Méthode Description
AddScenario ( System.Guid id, string name ) : Scenario
ChangeName ( string newName ) : void
GetLastScreenshot ( ) : string
GetTestStatus ( ) : TestStatus
LastResult ( ) : StepRunResult
LastRun ( ) : DateTime?
Queue ( ) : void
RemoveScenario ( Scenario scenario ) : void
Story ( System.Guid id, string name, Project project ) : System

Méthodes protégées

Méthode Description
Story ( ) : System

Method Details

AddScenario() public méthode

public AddScenario ( System.Guid id, string name ) : Scenario
id System.Guid
name string
Résultat Scenario

ChangeName() public méthode

public ChangeName ( string newName ) : void
newName string
Résultat void

GetLastScreenshot() public méthode

public GetLastScreenshot ( ) : string
Résultat string

GetTestStatus() public méthode

public GetTestStatus ( ) : TestStatus
Résultat TestStatus

LastResult() public méthode

public LastResult ( ) : StepRunResult
Résultat StepRunResult

LastRun() public méthode

public LastRun ( ) : DateTime?
Résultat DateTime?

Queue() public méthode

public Queue ( ) : void
Résultat void

RemoveScenario() public méthode

public RemoveScenario ( Scenario scenario ) : void
scenario Scenario
Résultat void

Story() protected méthode

protected Story ( ) : System
Résultat System

Story() public méthode

public Story ( System.Guid id, string name, Project project ) : System
id System.Guid
name string
project Project
Résultat System