NUnit.Framework.PlatformAttribute
Marks an assembly, test fixture or test method as applying to a specific platform.
namespace NUnit.Framework
{
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
{
public PlatformAttribute();
public PlatformAttribute(string platforms);
public void ApplyToTest(Test test);
}
}