Method | Description | |
---|---|---|
CategoryFilter ( string name ) : System |
Construct a CategoryFilter using a single category name
|
|
Match ( ITest test ) : bool |
Check whether the filter matches a test
|
public CategoryFilter ( string name ) : System | ||
name | string | A category name |
return | System |
public Match ( ITest test ) : bool | ||
test | ITest | The test to be matched |
return | bool |