The
properties
of NUnit.Framework.IncludeExcludeAttribute are listed below. For a list of all members, see the IncludeExcludeAttribute Members list.
See Also: Inherited members from NUnit.Framework.NUnitAttribute
Public Properties
| Exclude | string.
Name of the item to be excluded. Multiple items
may be given, separated by a comma.
|
| Include | string.
Name of the item that is needed in order for
a test to run. Multiple itemss may be given,
separated by a comma.
|
| Reason | string.
The reason for including or excluding the test
|