C# Class NUnitGoCore.CustomElements.NunitTestHtml.NunitGoJsHighstock

Exibir arquivo Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
JsCode string

Public Methods

Method Description
NunitGoJsHighstock ( List nunitGoTests, List testRemarks, string chartId ) : System
SaveScript ( string path ) : void

Method Details

NunitGoJsHighstock() public method

public NunitGoJsHighstock ( List nunitGoTests, List testRemarks, string chartId ) : System
nunitGoTests List
testRemarks List
chartId string
return System

SaveScript() public method

public SaveScript ( string path ) : void
path string
return void

Property Details

JsCode public_oe property

public string JsCode
return string