Summary
Determine if a particular test passes the filter criteria. Pass
may examine the parents and/or descendants of a test, depending
on the semantics of the particular filter
- Namespace
- TCLite
.Interfaces - Containing Type
- ITestFilter
Syntax
bool Pass(ITest test)
Parameters
| Name | Type | Description |
|---|---|---|
| test | ITest | The test to which the filter is applied |
Return Value
| Type | Description |
|---|---|
| bool | True if the test passes the fFilter, otherwise false |
