C# Class NUnit.Gui.Presenters.FixtureListDisplayStrategy

FixtureListDisplayStrategy is used to display lists of fixtures grouped in various ways.
Inheritance: NUnit.Gui.Presenters.GroupDisplayStrategy
显示文件 Open project: nunit/nunit-gui

Public Methods

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

Private Methods

Method Description
GetTestFixtures ( TestNode testNode ) : TestSelection

Method Details

FixtureListDisplayStrategy() public method

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

OnTestLoaded() public method

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