C# Класс NUnitGoCore.CustomElements.PageGenerator

Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateMainStatisticsPage ( this stats, string fullPath ) : void
GenerateReportMainPage ( this tests, string pathToSave, MainStatistics mainStats ) : void
GenerateStyleFile ( string cssFullPath ) : void
GenerateTestListPage ( this tests, string fullPath ) : void
GenerateTestPage ( this nunitGoTest, string fullPath, string testOutput, string chartFile ) : void
GenerateTimelinePage ( this tests, string fullPath ) : void

Описание методов

GenerateMainStatisticsPage() публичный статический Метод

public static GenerateMainStatisticsPage ( this stats, string fullPath ) : void
stats this
fullPath string
Результат void

GenerateReportMainPage() публичный статический Метод

public static GenerateReportMainPage ( this tests, string pathToSave, MainStatistics mainStats ) : void
tests this
pathToSave string
mainStats NUnitGoCore.Utils.MainStatistics
Результат void

GenerateStyleFile() публичный статический Метод

public static GenerateStyleFile ( string cssFullPath ) : void
cssFullPath string
Результат void

GenerateTestListPage() публичный статический Метод

public static GenerateTestListPage ( this tests, string fullPath ) : void
tests this
fullPath string
Результат void

GenerateTestPage() публичный статический Метод

public static GenerateTestPage ( this nunitGoTest, string fullPath, string testOutput, string chartFile ) : void
nunitGoTest this
fullPath string
testOutput string
chartFile string
Результат void

GenerateTimelinePage() публичный статический Метод

public static GenerateTimelinePage ( this tests, string fullPath ) : void
tests this
fullPath string
Результат void