C# Class NUnit.Gui.Presenters.NUnitTreeDisplayStrategy

NUnitTreeDisplayStrategy is used to display a the tests in the traditional NUnit tree format.
Inheritance: DisplayStrategy
Afficher le fichier Open project: nunit/nunit-gui

Méthodes publiques

Méthode Description
NUnitTreeDisplayStrategy ( ITestTreeView view, ITestModel model ) : System
OnTestLoaded ( TestNode testNode ) : void

Private Methods

Méthode Description
SetInitialExpansion ( TreeNode treeNode ) : void

Method Details

NUnitTreeDisplayStrategy() public méthode

public NUnitTreeDisplayStrategy ( ITestTreeView view, ITestModel model ) : System
view ITestTreeView
model ITestModel
Résultat System

OnTestLoaded() public méthode

public OnTestLoaded ( TestNode testNode ) : void
testNode TestNode
Résultat void