NUnit.Framework.TestOfAttribute
Indicates the method or class the assembly, test fixture or test method is testing.
namespace NUnit.Framework
{
public class TestOfAttribute : PropertyAttribute
{
public TestOfAttribute(Type type);
public TestOfAttribute(string typeName);
}
}