NUnit.Framework.TestCaseSourceAttribute Members

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

See Also: Inherited members from NUnit.Framework.DataAttribute

Public Constructors

Construct with the name of the method, property or field that will prvide data
Construct with a Type
Construct with a Type and name

Public Properties

Categorystring. Gets or sets the category associated with this test. May be a single category or a comma-separated list.
[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