using System; namespace NUnit.Framework { public class UnIgnoreAttribute : Attribute { public UnIgnoreAttribute(string ignoreText) : base() { } } }