Constructors
-
Member
Data protected Initializes a new instance of the MemberDataAttributeBase class.Attribute Base(String, Object[])
Methods
-
Convert
Data protectedabstract Converts an item yielded by the data member to an object array, for return from GetData(System.Reflection.MethodInfo).Item(Method Info, Object) -
Get
Data(Method virtualInfo)
Properties
-
Disable
Discovery Returns true if the data attribute wants to skip enumerating data during discovery. This will cause the theory to yield a single test case for all data, and the data discovery will be during test execution instead of discovery.Enumeration -
Member
Name Gets the member name. -
Member
Type Gets or sets the type to retrieve the member from. If not set, then the property will be retrieved from the unit test class. - Parameters Gets or sets the parameters passed to the member. Only supported for static methods.