메소드 | 설명 | |
---|---|---|
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[] |