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

상속: StoryTestPageExecutor
파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
Do ( StoryTestPage page ) : void
DoNoTest ( ) : void
ExecutePage ( System.Memory memory, ResultWriter resultWriter, Action handleCounts, CellProcessor>.Func newService ) : System

비공개 메소드들

메소드 설명
StoreCurrentlyExecutingPagePath ( string path ) : void

메소드 상세

Do() 공개 메소드

public Do ( StoryTestPage page ) : void
page StoryTestPage
리턴 void

DoNoTest() 공개 메소드

public DoNoTest ( ) : void
리턴 void

ExecutePage() 공개 메소드

public ExecutePage ( System.Memory memory, ResultWriter resultWriter, Action handleCounts, CellProcessor>.Func newService ) : System
memory System.Memory
resultWriter ResultWriter
handleCounts Action
newService CellProcessor>.Func
리턴 System