C# Class NUnit.Gui.Presenters.CategoryGrouping

CategoryGrouping groups tests by category. A single test may fall into more than one group. The contents of the groups are stable once loaded but the icon changes according to the test results.
Inheritance: NUnit.Gui.Presenters.TestGrouping
Afficher le fichier Open project: nunit/nunit-gui

Méthodes publiques

Méthode Description
CategoryGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System
Load ( IEnumerable tests ) : void
OnTestFinished ( ResultNode result ) : void

Méthodes protégées

Méthode Description
SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]

Private Methods

Méthode Description
AddGroup ( NUnit.Gui.Presenters.TestGroup group ) : void

Method Details

CategoryGrouping() public méthode

public CategoryGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System
display NUnit.Gui.Presenters.GroupDisplayStrategy
Résultat System

Load() public méthode

public Load ( IEnumerable tests ) : void
tests IEnumerable
Résultat void

OnTestFinished() public méthode

public OnTestFinished ( ResultNode result ) : void
result ResultNode
Résultat void

SelectGroups() protected méthode

protected SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]
testNode TestNode
Résultat NUnit.Gui.Presenters.TestGroup[]