Summary
Determine if a test matches the filter explicitly. That is, it must
be a direct match of the test itself or one of its children.
- Namespace
- TCLite
.Interfaces - Containing Type
- ITestFilter
Syntax
bool IsExplicitMatch(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 matches the filter explicitly, otherwise false |