NUnit.Framework.NUnitAttribute
Abstract base class for all custom attributes defined by NUnit.
namespace NUnit.Framework
{
public abstract class NUnitAttribute : Attribute
{
public NUnitAttribute();
}
}