C# Class fitSharp.Fit.Runner.SuiteRunnerShell

Mostrar archivo Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
Run ( IList commandLineArguments, System.Memory memory ) : int
SuiteRunnerShell ( System.Memory memory, ProgressReporter reporter, CellProcessor>.Func newService ) : System

Private Methods

Method Description
CreateStoryTestFolder ( System.Memory memory, FolderModel folderModel ) : fitSharp.Fit.Runner.StoryTestFolder
ParseArguments ( System.Memory memory, IList arguments ) : void
Run ( System.Memory memory, IList arguments ) : int

Method Details

Run() public method

public Run ( IList commandLineArguments, System.Memory memory ) : int
commandLineArguments IList
memory System.Memory
return int

SuiteRunnerShell() public method

public SuiteRunnerShell ( System.Memory memory, ProgressReporter reporter, CellProcessor>.Func newService ) : System
memory System.Memory
reporter ProgressReporter
newService CellProcessor>.Func
return System