Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[] |
Method | Description | |
---|---|---|
SelectGroup ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup |
public OnTestFinished ( ResultNode result ) : void | ||
result | ResultNode | |
return | void |
public OutcomeGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System | ||
display | NUnit.Gui.Presenters.GroupDisplayStrategy | |
return | System |
protected SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[] | ||
testNode | TestNode | |
return | NUnit.Gui.Presenters.TestGroup[] |