Summary
Gets the traits to include.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public IDictionary<string, IList<string>> TraitsToInclude { get; private set; }
Remarks
Only run tests with matching name/value traits.
If more than one is specified, it acts as an OR operation.
Value
| Type | Description |
|---|---|
| IDictionary |
The traits to include. |
