C# Class NUnitGoCore.CustomElements.PageGenerator

显示文件 Open project: elv1s42/NUnitGo

Public Methods

Method Description
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

Method Details

GenerateMainStatisticsPage() public static method

public static GenerateMainStatisticsPage ( this stats, string fullPath ) : void
stats this
fullPath string
return void

GenerateReportMainPage() public static method

public static GenerateReportMainPage ( this tests, string pathToSave, MainStatistics mainStats ) : void
tests this
pathToSave string
mainStats NUnitGoCore.Utils.MainStatistics
return void

GenerateStyleFile() public static method

public static GenerateStyleFile ( string cssFullPath ) : void
cssFullPath string
return void

GenerateTestListPage() public static method

public static GenerateTestListPage ( this tests, string fullPath ) : void
tests this
fullPath string
return void

GenerateTestPage() public static method

public static GenerateTestPage ( this nunitGoTest, string fullPath, string testOutput, string chartFile ) : void
nunitGoTest this
fullPath string
testOutput string
chartFile string
return void

GenerateTimelinePage() public static method

public static GenerateTimelinePage ( this tests, string fullPath ) : void
tests this
fullPath string
return void