C# 클래스 fitSharp.Fit.Runner.SuiteRunnerShell

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
Run ( IList commandLineArguments, System.Memory memory ) : int
SuiteRunnerShell ( System.Memory memory, ProgressReporter reporter, CellProcessor>.Func newService ) : System

비공개 메소드들

메소드 설명
CreateStoryTestFolder ( System.Memory memory, FolderModel folderModel ) : fitSharp.Fit.Runner.StoryTestFolder
ParseArguments ( System.Memory memory, IList arguments ) : void
Run ( System.Memory memory, IList arguments ) : int

메소드 상세

Run() 공개 메소드

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

SuiteRunnerShell() 공개 메소드

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