C# 클래스 NUnit.Gui.Presenters.CategoryGrouping

CategoryGrouping groups tests by category. A single test may fall into more than one group. The contents of the groups are stable once loaded but the icon changes according to the test results.
상속: NUnit.Gui.Presenters.TestGrouping
파일 보기 프로젝트 열기: nunit/nunit-gui

공개 메소드들

메소드 설명
CategoryGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System
Load ( IEnumerable tests ) : void
OnTestFinished ( ResultNode result ) : void

보호된 메소드들

메소드 설명
SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]

비공개 메소드들

메소드 설명
AddGroup ( NUnit.Gui.Presenters.TestGroup group ) : void

메소드 상세

CategoryGrouping() 공개 메소드

public CategoryGrouping ( NUnit.Gui.Presenters.GroupDisplayStrategy display ) : System
display NUnit.Gui.Presenters.GroupDisplayStrategy
리턴 System

Load() 공개 메소드

public Load ( IEnumerable tests ) : void
tests IEnumerable
리턴 void

OnTestFinished() 공개 메소드

public OnTestFinished ( ResultNode result ) : void
result ResultNode
리턴 void

SelectGroups() 보호된 메소드

protected SelectGroups ( TestNode testNode ) : NUnit.Gui.Presenters.TestGroup[]
testNode TestNode
리턴 NUnit.Gui.Presenters.TestGroup[]