C# Class fitSharp.Fit.Runner.SuiteRunner

Mostrar archivo Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
Run ( StoryTestSuite theSuite, string theSelectedFile ) : void
SuiteRunner ( System.Memory memory, ProgressReporter theReporter, CellProcessor>.Func newService ) : System

Private Methods

Method Description
CreateResultWriter ( ) : ResultWriter
HandleTestStatus ( TestCounts counts ) : void
RunFolder ( StoryTestSuite theSuite, bool dryRun ) : void
SelectExecutor ( bool dryRun ) : StoryTestPageExecutor
TestEnded ( string testName ) : void
TestStarted ( string testName ) : void

Method Details

Run() public method

public Run ( StoryTestSuite theSuite, string theSelectedFile ) : void
theSuite StoryTestSuite
theSelectedFile string
return void

SuiteRunner() public method

public SuiteRunner ( System.Memory memory, ProgressReporter theReporter, CellProcessor>.Func newService ) : System
memory System.Memory
theReporter ProgressReporter
newService CellProcessor>.Func
return System