Summary
Gets the namespaces to include.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public ICollection<string> NamespacesToInclude { get; }
Remarks
Runs all methods in a given namespace (i.e., 'MyNamespace.MySubNamespace')
If more than one is specified, it acts as an OR operation.
Value
Type | Description |
---|---|
ICollection |
The namespaces to include. |