Summary
Exclude a class or method by filter
that match attributes that have been applied.
- Namespace
- Cake
.Common .Tools .OpenCover - Containing Type
- Open
Cover Settings Extensions
Syntax
public static OpenCoverSettings ExcludeByAttribute(this OpenCoverSettings settings, string filter)
Parameters
Name | Type | Description |
---|---|---|
settings | OpenCoverSettings | The settings. |
filter | string | The filter. |
Return Value
Type | Description |
---|---|
OpenCoverSettings | The same OpenCoverSettings instance so that multiple calls can be chained. |