C# Class NUnit.Gui.Presenters.FixtureListDisplayStrategy

FixtureListDisplayStrategy is used to display lists of fixtures grouped in various ways.
Inheritance: NUnit.Gui.Presenters.GroupDisplayStrategy
Afficher le fichier Open project: nunit/nunit-gui

Méthodes publiques

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

Private Methods

Méthode Description
GetTestFixtures ( TestNode testNode ) : TestSelection

Method Details

FixtureListDisplayStrategy() public méthode

public FixtureListDisplayStrategy ( 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