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