C# Class NUnit.Gui.Views.StatusBarView

Inheritance: System.Windows.Forms.UserControl, IStatusBarView
Mostra file Open project: nunit/nunit-gui

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

OnRunFinished() public method

public OnRunFinished ( double elapsedTime ) : void
elapsedTime double
return void

OnRunStarting() public method

public OnRunStarting ( int testCount ) : void
testCount int
return void

OnTestFailed() public method

public OnTestFailed ( ) : void
return void

OnTestInconclusive() public method

public OnTestInconclusive ( ) : void
return void

OnTestLoaded() public method

public OnTestLoaded ( int testCount ) : void
testCount int
return void

OnTestPassed() public method

public OnTestPassed ( ) : void
return void

OnTestStarting() public method

public OnTestStarting ( string name ) : void
name string
return void

OnTestUnloaded() public method

public OnTestUnloaded ( ) : void
return void

OnTestWarning() public method

public OnTestWarning ( ) : void
return void

StatusBarView() public method

public StatusBarView ( ) : System.Windows.Forms
return System.Windows.Forms

Property Details

StatusLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel StatusLabel
return System.Windows.Forms.ToolStripStatusLabel

failedPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel failedPanel
return System.Windows.Forms.ToolStripStatusLabel

passedPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel passedPanel
return System.Windows.Forms.ToolStripStatusLabel

testCountPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel testCountPanel
return System.Windows.Forms.ToolStripStatusLabel

testsRunPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel testsRunPanel
return System.Windows.Forms.ToolStripStatusLabel