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

Inheritance: ValueMatchFilter
Datei anzeigen Open project: nunit/nunit Class Usage Examples

Public Methods

Method 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 method

Construct a FullNameFilter for a single name
public FullNameFilter ( string expectedValue ) : System
expectedValue string The name the filter will recognize.
return System

Match() public method

Match a test against a single value.
public Match ( ITest test ) : bool
test ITest
return bool