Метод | Описание | |
---|---|---|
Load ( IEnumerable |
||
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 |
public OnTestFinished ( ResultNode result ) : void | ||
result | ResultNode | |
Результат | void |
public OutcomeGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System | ||
display | NUnit.Gui.Presenters.GroupDisplayStrategy | |
Результат | System |
protected SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[] | ||
testNode | TestNode | |
Результат | NUnit.Gui.Presenters.TestGroup[] |