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

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

Méthodes publiques

Méthode Description
ClassNameFilter ( string expectedValue ) : System

Construct a FullNameFilter for a single name

Match ( ITest test ) : bool

Match a test against a single value.

Method Details

ClassNameFilter() public méthode

Construct a FullNameFilter for a single name
public ClassNameFilter ( 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