NonWindowsFactAttribute.

NonWindowsFactAttribute(string) Constructor

Summary

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

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