C# Class NUnit.Gui.Presenters.NUnitTreeDisplayStrategy

NUnitTreeDisplayStrategy is used to display a the tests in the traditional NUnit tree format.
Inheritance: DisplayStrategy
显示文件 Open project: nunit/nunit-gui

Public Methods

Method Description
NUnitTreeDisplayStrategy ( ITestTreeView view, ITestModel model ) : System
OnTestLoaded ( TestNode testNode ) : void

Private Methods

Method Description
SetInitialExpansion ( TreeNode treeNode ) : void

Method Details

NUnitTreeDisplayStrategy() public method

public NUnitTreeDisplayStrategy ( ITestTreeView view, ITestModel model ) : System
view ITestTreeView
model ITestModel
return System

OnTestLoaded() public method

public OnTestLoaded ( TestNode testNode ) : void
testNode TestNode
return void