C# 클래스 Eto.Test.Sections.CategoryFilter

상속: ITestFilter
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
AddToXml ( TNode parentNode, bool recursive ) : TNode
CategoryFilter ( ) : System
IsExplicitMatch ( ITest test ) : bool
Pass ( ITest test ) : bool
ToXml ( bool recursive ) : TNode

보호된 메소드들

메소드 설명
GetParents ( ITest test ) : IEnumerable

비공개 메소드들

메소드 설명
MatchesExcludeCategory ( ITest test ) : bool
MatchesIncludeCategory ( ITest test ) : bool
MatchesKeyword ( ITest test ) : bool

메소드 상세

AddToXml() 공개 메소드

public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode
recursive bool
리턴 TNode

CategoryFilter() 공개 메소드

public CategoryFilter ( ) : System
리턴 System

GetParents() 보호된 정적인 메소드

protected static GetParents ( ITest test ) : IEnumerable
test ITest
리턴 IEnumerable

IsExplicitMatch() 공개 메소드

public IsExplicitMatch ( ITest test ) : bool
test ITest
리턴 bool

Pass() 공개 메소드

public Pass ( ITest test ) : bool
test ITest
리턴 bool

ToXml() 공개 메소드

public ToXml ( bool recursive ) : TNode
recursive bool
리턴 TNode