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
| Category | string.
Gets or sets the category associated with this test.
May be a single category or a comma-separated list.
|
| [read-only] | SourceName | string.
The name of a the method, property or fiend to be used as a source
|
| [read-only] | SourceType | Type.
A Type to be used as a source
|
Public Methods