C# Class MonoDevelop.UnitTesting.TestRunAxis

Inheritance: MonoDevelop.Components.Chart.IntegerAxis
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentResults MonoDevelop.UnitTesting.UnitTestResult[]

Méthodes publiques

Méthode Description
GetValueLabel ( double value ) : string
TestRunAxis ( bool showLabel ) : System

Method Details

GetValueLabel() public méthode

public GetValueLabel ( double value ) : string
value double
Résultat string

TestRunAxis() public méthode

public TestRunAxis ( bool showLabel ) : System
showLabel bool
Résultat System

Property Details

CurrentResults public_oe property

public UnitTestResult[],MonoDevelop.UnitTesting CurrentResults
Résultat MonoDevelop.UnitTesting.UnitTestResult[]