C# Class Eto.Test.Sections.CategoryFilter

Inheritance: ITestFilter
Show file Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
AddToXml ( TNode parentNode, bool recursive ) : TNode
CategoryFilter ( ) : System
IsExplicitMatch ( ITest test ) : bool
Pass ( ITest test ) : bool
ToXml ( bool recursive ) : TNode

Protected Methods

Method Description
GetParents ( ITest test ) : IEnumerable

Private Methods

Method Description
MatchesExcludeCategory ( ITest test ) : bool
MatchesIncludeCategory ( ITest test ) : bool
MatchesKeyword ( ITest test ) : bool

Method Details

AddToXml() public method

public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode
recursive bool
return TNode

CategoryFilter() public method

public CategoryFilter ( ) : System
return System

GetParents() protected static method

protected static GetParents ( ITest test ) : IEnumerable
test ITest
return IEnumerable

IsExplicitMatch() public method

public IsExplicitMatch ( ITest test ) : bool
test ITest
return bool

Pass() public method

public Pass ( ITest test ) : bool
test ITest
return bool

ToXml() public method

public ToXml ( bool recursive ) : TNode
recursive bool
return TNode