C# Class NUnit.Framework.Internal.Filters.OrFilter

Inheritance: NUnit.Framework.Internal.Filters.CompositeFilter
ファイルを表示 Open project: nunit/nunit Class Usage Examples

Public Methods

Method Description
IsExplicitMatch ( ITest test ) : bool

Checks whether the OrFilter is explicit matched by a test

Match ( ITest test ) : bool

Checks whether the OrFilter is matched by a test

OrFilter ( ) : System

Constructs an empty OrFilter

Pass ( ITest test ) : bool

Checks whether the OrFilter is matched by a test

Method Details

IsExplicitMatch() public method

Checks whether the OrFilter is explicit matched by a test
public IsExplicitMatch ( ITest test ) : bool
test ITest The test to be matched
return bool

Match() public method

Checks whether the OrFilter is matched by a test
public Match ( ITest test ) : bool
test ITest The test to be matched
return bool

OrFilter() public method

Constructs an empty OrFilter
public OrFilter ( ) : System
return System

Pass() public method

Checks whether the OrFilter is matched by a test
public Pass ( ITest test ) : bool
test ITest The test to be matched
return bool