PlatformAttribute
PlatformAttribute is used to mark a test fixture or an
individual method as applying to a particular platform only.
public PlatformAttribute()
Constructor with no platforms specified, for use
with named property syntax.
Constructor taking one or more platforms
Causes a test to be skipped if this PlatformAttribute is not satisfied.