C# Класс fitSharp.Fit.Runner.StoryTestFile

Наследование: StoryTestPage
Показать файл Открыть проект Примеры использования класса

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