Class DatapointAttribute
Marks a field for use as a datapoint when executing a theory within the same fixture that requires an argument of the field's Type.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class DatapointAttribute : NUnitAttribute
Constructors
View SourceDatapointAttribute()
Declaration
public DatapointAttribute()