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

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

Public Methods

Method Description
Match ( ITest test ) : bool

Match a test against a single value.

TestNameFilter ( string expectedValue ) : System

Construct a TestNameFilter for a single name

Method Details

Match() public method

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

TestNameFilter() public method

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