ClassDataDrivenAttribute
Class
Mark a property on a descriptor that it supports data driven testing.
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class DataDrivenAttribute : PrimaryPropertyAttribute, _Attribute
Inheritance: objectAttributePrimaryPropertyAttributeDataDrivenAttribute
Implements:
Inherited Members
Constructors
DataDrivenAttribute()
Declaration
cs-api-definition
public DataDrivenAttribute()
DataDrivenAttribute(AutomationDescriptorType)
Declaration
cs-api-definition
public DataDrivenAttribute(AutomationDescriptorType nonAllowedTypes)
Parameters
nonAllowedTypes