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