C# 클래스 NUnit.Gui.Views.StatusBarView

상속: System.Windows.Forms.UserControl, IStatusBarView
파일 보기 프로젝트 열기: nunit/nunit-gui

공개 프로퍼티들

프로퍼티 타입 설명
StatusLabel System.Windows.Forms.ToolStripStatusLabel
failedPanel System.Windows.Forms.ToolStripStatusLabel
passedPanel System.Windows.Forms.ToolStripStatusLabel
testCountPanel System.Windows.Forms.ToolStripStatusLabel
testsRunPanel System.Windows.Forms.ToolStripStatusLabel

공개 메소드들

메소드 설명
OnRunFinished ( double elapsedTime ) : void
OnRunStarting ( int testCount ) : void
OnTestFailed ( ) : void
OnTestInconclusive ( ) : void
OnTestLoaded ( int testCount ) : void
OnTestPassed ( ) : void
OnTestStarting ( string name ) : void
OnTestUnloaded ( ) : void
OnTestWarning ( ) : void
StatusBarView ( ) : System.Windows.Forms

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ClearCounters ( ) : void
DisplayFailed ( ) : void
DisplayInconclusive ( ) : void
DisplayPassed ( ) : void
DisplayTestCount ( int count ) : void
DisplayTestsRun ( ) : void
DisplayTime ( double time ) : void
DisplayWarnings ( ) : void
HideAllButStatusPanel ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InvokeIfRequired ( MethodInvoker _delegate ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnRunFinished() 공개 메소드

public OnRunFinished ( double elapsedTime ) : void
elapsedTime double
리턴 void

OnRunStarting() 공개 메소드

public OnRunStarting ( int testCount ) : void
testCount int
리턴 void

OnTestFailed() 공개 메소드

public OnTestFailed ( ) : void
리턴 void

OnTestInconclusive() 공개 메소드

public OnTestInconclusive ( ) : void
리턴 void

OnTestLoaded() 공개 메소드

public OnTestLoaded ( int testCount ) : void
testCount int
리턴 void

OnTestPassed() 공개 메소드

public OnTestPassed ( ) : void
리턴 void

OnTestStarting() 공개 메소드

public OnTestStarting ( string name ) : void
name string
리턴 void

OnTestUnloaded() 공개 메소드

public OnTestUnloaded ( ) : void
리턴 void

OnTestWarning() 공개 메소드

public OnTestWarning ( ) : void
리턴 void

StatusBarView() 공개 메소드

public StatusBarView ( ) : System.Windows.Forms
리턴 System.Windows.Forms

프로퍼티 상세

StatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel StatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

failedPanel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel failedPanel
리턴 System.Windows.Forms.ToolStripStatusLabel

passedPanel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel passedPanel
리턴 System.Windows.Forms.ToolStripStatusLabel

testCountPanel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel testCountPanel
리턴 System.Windows.Forms.ToolStripStatusLabel

testsRunPanel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel testsRunPanel
리턴 System.Windows.Forms.ToolStripStatusLabel