C# Class fitSharp.Fit.Runner.StoryTestFile

Inheritance: StoryTestPage
ファイルを表示 Open project: jediwhale/fitsharp Class Usage Examples

Private Properties

Property Type Description
AddStyleSheetLink string
MakeStylesheet void
ResultComment string

Public Methods

Method Description
StoryTestFile ( string thePath, fitSharp.Fit.Runner.StoryTestFolder theFolder, FolderModel theFolderModel ) : System
WriteNonTest ( ) : void
WriteTest ( fitSharp.Fit.Model.PageResult result ) : void

Private Methods

Method Description
AddStyleSheetLink ( string input ) : string
MakeStylesheet ( ) : void
ResultComment ( TestCounts counts ) : string

Method Details

StoryTestFile() public method

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

WriteNonTest() public method

public WriteNonTest ( ) : void
return void

WriteTest() public method

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