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

Inheritance: ValueMatchFilter
Mostra file Open project: nunit/nunit Class Usage Examples

Public Methods

Method Description
IdFilter ( string id ) : System

Construct an IdFilter for a single value

Match ( ITest test ) : bool

Match a test against a single value.

Method Details

IdFilter() public method

Construct an IdFilter for a single value
public IdFilter ( string id ) : System
id string The id 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