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

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

Méthodes publiques

Méthode Description
FullNameFilter ( string expectedValue ) : System

Construct a FullNameFilter for a single name

Match ( ITest test ) : bool

Match a test against a single value.

Method Details

FullNameFilter() public méthode

Construct a FullNameFilter for a single name
public FullNameFilter ( string expectedValue ) : System
expectedValue string The name 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