C# Class StoryTeller.Workspace.ResultHistory

Mostrar archivo Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Each ( TestResult>.Action action ) : void
this ( System.Test test ) : StoryTeller.Engine.TestResult
this ( string locator ) : StoryTeller.Engine.TestResult

Method Details

Each() public method

public Each ( TestResult>.Action action ) : void
action TestResult>.Action
return void

this() public method

public this ( System.Test test ) : StoryTeller.Engine.TestResult
test System.Test
return StoryTeller.Engine.TestResult

this() public method

public this ( string locator ) : StoryTeller.Engine.TestResult
locator string
return StoryTeller.Engine.TestResult