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
파일 보기 프로젝트 열기: nunit/nunit-gui

공개 메소드들

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