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

Inheritance: TestFilter
Afficher le fichier Open project: nunit/nunit Class Usage Examples

Méthodes publiques

Méthode Description
AndFilter ( ) : System

Constructs an empty AndFilter

IsExplicitMatch ( ITest test ) : bool

Checks whether the AndFilter is explicit matched by a test.

Match ( ITest test ) : bool

Checks whether the AndFilter is matched by a test

Pass ( ITest test ) : bool

Checks whether the AndFilter is matched by a test

Method Details

AndFilter() public méthode

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

IsExplicitMatch() public méthode

Checks whether the AndFilter 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 AndFilter is matched by a test
public Match ( ITest test ) : bool
test ITest The test to be matched
Résultat bool

Pass() public méthode

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