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

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

Méthodes publiques

Méthode Description
IdFilter ( string id ) : System

Construct an IdFilter for a single value

Match ( ITest test ) : bool

Match a test against a single value.

Method Details

IdFilter() public méthode

Construct an IdFilter for a single value
public IdFilter ( string id ) : System
id string The id the filter will recognize.
Résultat System

Match() public méthode

Match a test against a single value.
public Match ( ITest test ) : bool
test ITest
Résultat bool