C# Class fitSharp.Fit.Runner.SuiteRunner.ExecutePage

Inheritance: StoryTestPageExecutor
Mostrar archivo Open project: jediwhale/fitsharp

Public Methods

Method Description
Do ( StoryTestPage page ) : void
DoNoTest ( ) : void
ExecutePage ( System.Memory memory, ResultWriter resultWriter, Action handleCounts, CellProcessor>.Func newService ) : System

Private Methods

Method Description
StoreCurrentlyExecutingPagePath ( string path ) : void

Method Details

Do() public method

public Do ( StoryTestPage page ) : void
page StoryTestPage
return void

DoNoTest() public method

public DoNoTest ( ) : void
return void

ExecutePage() public method

public ExecutePage ( System.Memory memory, ResultWriter resultWriter, Action handleCounts, CellProcessor>.Func newService ) : System
memory System.Memory
resultWriter ResultWriter
handleCounts Action
newService CellProcessor>.Func
return System