Table of Contents

Class DataAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

The abstract base class for all data-providing attributes defined by NUnit. Used to select all data sources for a method, class or parameter.

public abstract class DataAttribute : NUnitAttribute
Inheritance
DataAttribute
Derived
Inherited Members

Constructors

DataAttribute()

Default constructor

public DataAttribute()