C# Class fitSharp.Fit.Runner.StoryTestFile

Inheritance: StoryTestPage
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Private Properties

Свойство Type Description
AddStyleSheetLink string
MakeStylesheet void
ResultComment string

Méthodes publiques

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

Private Methods

Méthode Description
AddStyleSheetLink ( string input ) : string
MakeStylesheet ( ) : void
ResultComment ( TestCounts counts ) : string

Method Details

StoryTestFile() public méthode

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

WriteNonTest() public méthode

public WriteNonTest ( ) : void
Résultat void

WriteTest() public méthode

public WriteTest ( fitSharp.Fit.Model.PageResult result ) : void
result fitSharp.Fit.Model.PageResult
Résultat void