C# Класс NUnit.Gui.Presenters.OutcomeGrouping

OutcomeGrouping groups tests by outcome. The contents of the groups change during execution but the display icon remains the same.
Наследование: NUnit.Gui.Presenters.TestGrouping
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( IEnumerable tests ) : void
OnTestFinished ( ResultNode result ) : void

Post a test result to the tree, changing the treeNode color to reflect success or failure. Overridden here to allow for moving nodes from one group to another based on the result of running the test.

OutcomeGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System

Защищенные методы

Метод Описание
SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]

Приватные методы

Метод Описание
SelectGroup ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup

Описание методов

Load() публичный Метод

public Load ( IEnumerable tests ) : void
tests IEnumerable
Результат void

OnTestFinished() публичный Метод

Post a test result to the tree, changing the treeNode color to reflect success or failure. Overridden here to allow for moving nodes from one group to another based on the result of running the test.
public OnTestFinished ( ResultNode result ) : void
result ResultNode
Результат void

OutcomeGrouping() публичный Метод

public OutcomeGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System
display NUnit.Gui.Presenters.GroupDisplayStrategy
Результат System

SelectGroups() защищенный Метод

protected SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]
testNode TestNode
Результат NUnit.Gui.Presenters.TestGroup[]