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

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

Méthodes publiques

Méthode Description
Match ( ITest test ) : bool

Match a test against a single value.

MethodNameFilter ( string expectedValue ) : System

Construct a MethodNameFilter for a single name

Method Details

Match() public méthode

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

MethodNameFilter() public méthode

Construct a MethodNameFilter for a single name
public MethodNameFilter ( string expectedValue ) : System
expectedValue string The name the filter will recognize.
Résultat System