C# Class NUnit.Gui.Presenters.StatusBarPresenter

TreeViewAdapter provides a higher-level interface to a TreeView control used to display tests.
Afficher le fichier Open project: nunit/nunit-gui Class Usage Examples

Méthodes publiques

Méthode Description
OnTestStarting ( TestNodeEventArgs e ) : void
StatusBarPresenter ( IStatusBarView view, ITestModel model ) : System

Private Methods

Méthode Description
OnRunFinished ( TestResultEventArgs ea ) : void
OnRunStarting ( RunStartingEventArgs ea ) : void
OnTestFinished ( TestResultEventArgs ea ) : void
OnTestLoaded ( TestNodeEventArgs ea ) : void
OnTestReloaded ( TestNodeEventArgs ea ) : void
OnTestUnloaded ( TestEventArgs ea ) : void
WireUpEvents ( ) : void

Method Details

OnTestStarting() public méthode

public OnTestStarting ( TestNodeEventArgs e ) : void
e TestNodeEventArgs
Résultat void

StatusBarPresenter() public méthode

public StatusBarPresenter ( IStatusBarView view, ITestModel model ) : System
view IStatusBarView
model ITestModel
Résultat System