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

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

Private Properties

프로퍼티 타입 설명
AddStyleSheetLink string
MakeStylesheet void
ResultComment string

공개 메소드들

메소드 설명
StoryTestFile ( string thePath, fitSharp.Fit.Runner.StoryTestFolder theFolder, FolderModel theFolderModel ) : System
WriteNonTest ( ) : void
WriteTest ( fitSharp.Fit.Model.PageResult result ) : void

비공개 메소드들

메소드 설명
AddStyleSheetLink ( string input ) : string
MakeStylesheet ( ) : void
ResultComment ( TestCounts counts ) : string

메소드 상세

StoryTestFile() 공개 메소드

public StoryTestFile ( string thePath, fitSharp.Fit.Runner.StoryTestFolder theFolder, FolderModel theFolderModel ) : System
thePath string
theFolder fitSharp.Fit.Runner.StoryTestFolder
theFolderModel FolderModel
리턴 System

WriteNonTest() 공개 메소드

public WriteNonTest ( ) : void
리턴 void

WriteTest() 공개 메소드

public WriteTest ( fitSharp.Fit.Model.PageResult result ) : void
result fitSharp.Fit.Model.PageResult
리턴 void