C# Class fitSharp.Fit.Runner.GuiRunner

Mostrar archivo Open project: jediwhale/fitsharp

Public Methods

Method Description
Run ( IList commandLineArguments ) : void

Private Methods

Method Description
NewService ( Memory memory ) : CellProcessor
OnEndTest ( string testName ) : void
OnStartTest ( string testName ) : void
OnTestCountChanged ( TestCounts counts ) : void

Method Details

Run() public method

public Run ( IList commandLineArguments ) : void
commandLineArguments IList
return void