C# 클래스 MonoDevelop.UnitTesting.TestRunAxis

상속: MonoDevelop.Components.Chart.IntegerAxis
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentResults MonoDevelop.UnitTesting.UnitTestResult[]

공개 메소드들

메소드 설명
GetValueLabel ( double value ) : string
TestRunAxis ( bool showLabel ) : System

메소드 상세

GetValueLabel() 공개 메소드

public GetValueLabel ( double value ) : string
value double
리턴 string

TestRunAxis() 공개 메소드

public TestRunAxis ( bool showLabel ) : System
showLabel bool
리턴 System

프로퍼티 상세

CurrentResults 공개적으로 프로퍼티

public UnitTestResult[],MonoDevelop.UnitTesting CurrentResults
리턴 MonoDevelop.UnitTesting.UnitTestResult[]