PlatformHelper.IsPlatformSupported Method

Definition

Overloads

IsPlatformSupported(PlatformAttribute)
IsPlatformSupported(String)
IsPlatformSupported(String[])

IsPlatformSupported(PlatformAttribute)

public bool IsPlatformSupported (NUnit.Framework.PlatformAttribute platformAttribute);
member this.IsPlatformSupported : NUnit.Framework.PlatformAttribute -> bool

Parameters

platformAttribute
PlatformAttribute

Returns

Applies to

IsPlatformSupported(String)

public bool IsPlatformSupported (string platform);
member this.IsPlatformSupported : string -> bool

Parameters

platform
String

Returns

Applies to

IsPlatformSupported(String[])

public bool IsPlatformSupported (string[] platforms);
member this.IsPlatformSupported : string[] -> bool

Parameters

platforms
String[]

Returns

Applies to