Summary
Gets or sets a value indicating whether or not output running test count.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnitSettings
Syntax
public bool Silent { get; set; }
Value
Type | Description |
---|---|
bool |
true if running test count should be outputted; otherwise, false .
|