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

Inheritance: ValueMatchFilter
Mostrar archivo Open project: nunit/nunit Class Usage Examples

Public Methods

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

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