C# Class NUnit.Gui.Presenters.StatusBarPresenter

TreeViewAdapter provides a higher-level interface to a TreeView control used to display tests.
显示文件 Open project: nunit/nunit-gui Class Usage Examples

Public Methods

Method Description
OnTestStarting ( TestNodeEventArgs e ) : void
StatusBarPresenter ( IStatusBarView view, ITestModel model ) : System

Private Methods

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

public OnTestStarting ( TestNodeEventArgs e ) : void
e TestNodeEventArgs
return void

StatusBarPresenter() public method

public StatusBarPresenter ( IStatusBarView view, ITestModel model ) : System
view IStatusBarView
model ITestModel
return System