DataAttribute
The abstract base class for all data-providing attributes
defined by NUnit. Used to select all data sources for a
method, class or parameter.
namespace NUnit.Framework
{
public abstract class DataAttribute : NUnitAttribute
{
public DataAttribute()
{
}
}
}