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