C# Class NUnitGoCore.CustomElements.NunitTestHtml.NunitTestHtml

Inheritance: NUnitGoCore.CustomElements.HtmlCustomElements.HtmlBaseElement
Datei anzeigen Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
HtmlCode string
ResultColor string

Public Methods

Method Description
GenerateTxtView ( string txt ) : string
GetStyle ( ) : string
NunitTestHtml ( NunitGoTest nunitGoTest, string testOutput = "" ) : System.Collections.Generic

Method Details

GenerateTxtView() public static method

public static GenerateTxtView ( string txt ) : string
txt string
return string

GetStyle() public static method

public static GetStyle ( ) : string
return string

NunitTestHtml() public method

public NunitTestHtml ( NunitGoTest nunitGoTest, string testOutput = "" ) : System.Collections.Generic
nunitGoTest NUnitGoCore.NunitGoItems.NunitGoTest
testOutput string
return System.Collections.Generic

Property Details

HtmlCode public_oe property

public string HtmlCode
return string

ResultColor public_oe property

public string ResultColor
return string