NUnit.Framework.ValueSourceAttribute Members

The members of NUnit.Framework.ValueSourceAttribute are listed below.

See Also: Inherited members from NUnit.Framework.DataAttribute

Public Constructors

Construct with the name of the factory - for use with languages that don't support params arrays.
Construct with a Type and name - for use with languages that don't support params arrays.

Public Properties

[read-only]
SourceNamestring. The name of a the method, property or fiend to be used as a source
[read-only]
SourceTypeType. A Type to be used as a source

Public Methods

GetData(System.Reflection.ParameterInfo) : IEnumerable
Gets an enumeration of data items for use as arguments for a test method parameter.