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

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

공개 메소드들

메소드 설명
Run ( StoryTestSuite theSuite, string theSelectedFile ) : void
SuiteRunner ( System.Memory memory, ProgressReporter theReporter, CellProcessor>.Func newService ) : System

비공개 메소드들

메소드 설명
CreateResultWriter ( ) : ResultWriter
HandleTestStatus ( TestCounts counts ) : void
RunFolder ( StoryTestSuite theSuite, bool dryRun ) : void
SelectExecutor ( bool dryRun ) : StoryTestPageExecutor
TestEnded ( string testName ) : void
TestStarted ( string testName ) : void

메소드 상세

Run() 공개 메소드

public Run ( StoryTestSuite theSuite, string theSelectedFile ) : void
theSuite StoryTestSuite
theSelectedFile string
리턴 void

SuiteRunner() 공개 메소드

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