NUnit.Framework.NoTestsAttribute
Indicates the default status of a parameterized test method or test fixture containing no executable child tests.
namespace NUnit.Framework
{
public class NoTestsAttribute : PropertyAttribute, IApplyToTest
{
public NoTestsAttribute(TestStatus defaultStatus);
}
}