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