Summary
Initializes a new instance of the
NonWindowsFactAttribute class.
- Namespace
- Cake
.Testing .Xunit - Containing Type
- Non
Windows Fact Attribute
Syntax
public NonWindowsFactAttribute(string reason = null)
Parameters
| Name | Type | Description |
|---|---|---|
| reason | string | The reason why the test is skipped on Windows. |
Return Value
| Type | Description |
|---|---|
| void |
