C# Class MonoDevelop.UnitTesting.TestRunAxis

Inheritance: MonoDevelop.Components.Chart.IntegerAxis
Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Public Properties

Property Type Description
CurrentResults MonoDevelop.UnitTesting.UnitTestResult[]

Public Methods

Method Description
GetValueLabel ( double value ) : string
TestRunAxis ( bool showLabel ) : System

Method Details

GetValueLabel() public method

public GetValueLabel ( double value ) : string
value double
return string

TestRunAxis() public method

public TestRunAxis ( bool showLabel ) : System
showLabel bool
return System

Property Details

CurrentResults public property

public UnitTestResult[],MonoDevelop.UnitTesting CurrentResults
return MonoDevelop.UnitTesting.UnitTestResult[]