WindowsTheoryAttribute.

WindowsTheoryAttribute(string) Constructor

Summary

Initializes a new instance of the WindowsTheoryAttribute class.
Namespace
Cake.Testing.Xunit
Containing Type
WindowsTheoryAttribute

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