C# Class Pepino.Domain.Entities.Story

Inheritance: IHaveTestResults, IEntity
Exibir arquivo Open project: AcklenAvenue/Pepino Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Story ( ) : System

Method Details

AddScenario() public method

public AddScenario ( System.Guid id, string name ) : Scenario
id System.Guid
name string
return Scenario

ChangeName() public method

public ChangeName ( string newName ) : void
newName string
return void

GetLastScreenshot() public method

public GetLastScreenshot ( ) : string
return string

GetTestStatus() public method

public GetTestStatus ( ) : TestStatus
return TestStatus

LastResult() public method

public LastResult ( ) : StepRunResult
return StepRunResult

LastRun() public method

public LastRun ( ) : DateTime?
return DateTime?

Queue() public method

public Queue ( ) : void
return void

RemoveScenario() public method

public RemoveScenario ( Scenario scenario ) : void
scenario Scenario
return void

Story() protected method

protected Story ( ) : System
return System

Story() public method

public Story ( System.Guid id, string name, Project project ) : System
id System.Guid
name string
project Project
return System