Enum TargetPlatforms
Enumerates the platforms that can be targeted by unit tests tagged with PlatformFactAttribute. Note that these flags may be bitwise-ORed together.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
[Flags]
public enum TargetPlatforms : uint
Fields
| Name | Description |
|---|---|
| All | Target all platforms. |
| Linux | Target Linux. |
| Osx | Target OS/X. |
| Windows | Target Windows. |