C# Class NUnit.Gui.Views.StatusBarView

Inheritance: System.Windows.Forms.UserControl, IStatusBarView
Afficher le fichier Open project: nunit/nunit-gui

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

OnRunFinished() public méthode

public OnRunFinished ( double elapsedTime ) : void
elapsedTime double
Résultat void

OnRunStarting() public méthode

public OnRunStarting ( int testCount ) : void
testCount int
Résultat void

OnTestFailed() public méthode

public OnTestFailed ( ) : void
Résultat void

OnTestInconclusive() public méthode

public OnTestInconclusive ( ) : void
Résultat void

OnTestLoaded() public méthode

public OnTestLoaded ( int testCount ) : void
testCount int
Résultat void

OnTestPassed() public méthode

public OnTestPassed ( ) : void
Résultat void

OnTestStarting() public méthode

public OnTestStarting ( string name ) : void
name string
Résultat void

OnTestUnloaded() public méthode

public OnTestUnloaded ( ) : void
Résultat void

OnTestWarning() public méthode

public OnTestWarning ( ) : void
Résultat void

StatusBarView() public méthode

public StatusBarView ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Property Details

StatusLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel StatusLabel
Résultat System.Windows.Forms.ToolStripStatusLabel

failedPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel failedPanel
Résultat System.Windows.Forms.ToolStripStatusLabel

passedPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel passedPanel
Résultat System.Windows.Forms.ToolStripStatusLabel

testCountPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel testCountPanel
Résultat System.Windows.Forms.ToolStripStatusLabel

testsRunPanel public_oe property

public System.Windows.Forms.ToolStripStatusLabel testsRunPanel
Résultat System.Windows.Forms.ToolStripStatusLabel