IApplyToTest
The IApplyToTest interface is implemented by self-applying
attributes that modify the state of a test in some way.
namespace NUnit.Framework.Internal
{
public interface IApplyToTest
{
void ApplyToTest(Test test);
}
}