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

Inheritance: ValueMatchFilter
显示文件 Open project: nunit/nunit Class Usage Examples

Public Methods

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

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

MethodNameFilter() public method

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