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

Inheritance: NUnit.Framework.Internal.Filters.CompositeFilter
Afficher le fichier Open project: nunit/nunit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Match() public méthode

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

OrFilter() public méthode

Constructs an empty OrFilter
public OrFilter ( ) : System
Résultat System

Pass() public méthode

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