Class PlatformFactAttribute
Inherits from Xunit.FactAttribute and sets Xunit.FactAttribute.Skip when the current operating system platform doesn't match any of the specified platform flags.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class PlatformFactAttribute : FactAttribute
Constructors
PlatformFactAttribute(TargetPlatforms)
Default constructor.
Declaration
public PlatformFactAttribute(TargetPlatforms platforms)
Parameters
Type | Name | Description |
---|---|---|
TargetPlatforms | platforms | Specifies the platforms where the tagged test should execute. |