NonWindowsTheoryAttribute.

NonWindowsTheoryAttribute(string) Constructor

Summary

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

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