NUnit.Framework.Interfaces.IApplyToTestSuite
The IApplyToTestSuite interface is implemented by self-applying
attributes that modify the state of a test suite in some way.
namespace NUnit.Framework.Interfaces
{
public interface IApplyToTestSuite
{
void ApplyToTestSuite(TestSuite testSuite);
}
}