NUnit.Framework.AuthorAttribute
Provides the author of a test or test fixture.
namespace NUnit.
Framework
{
public class AuthorAttribute :
PropertyAttribute
{
public AuthorAttribute(
string name);
public AuthorAttribute(
string name,
string email);
}
}