The members of NUnit.Framework.IncludeExcludeAttribute are listed below.
See Also: Inherited members from NUnit.Framework.NUnitAttribute
Public Constructors
| |
Constructor with no included items specified, for use
with named property syntax.
|
| |
Constructor taking one or more included items
|
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
|