|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Abstract base for Attributes that are used to include tests in the test run based on environmental settings. More...
Inheritance diagram for NUnit.Framework.IncludeExcludeAttribute:
Collaboration diagram for NUnit.Framework.IncludeExcludeAttribute:Public Member Functions | |
| IncludeExcludeAttribute () | |
| Constructor with no included items specified, for use with named property syntax. More... | |
| IncludeExcludeAttribute (string include) | |
| Constructor taking one or more included items More... | |
Public Member Functions inherited from NUnit.Framework.NUnitAttribute | |
| NUnitAttribute () | |
| Default constructor More... | |
Properties | |
| string | Include [get, set] |
| Name of the item that is needed in order for a test to run. Multiple items may be given, separated by a comma. More... | |
| string | Exclude [get, set] |
| Name of the item to be excluded. Multiple items may be given, separated by a comma. More... | |
| string | Reason [get, set] |
| The reason for including or excluding the test More... | |
Private Attributes | |
| string | include |
| string | exclude |
| string | reason |
Abstract base for Attributes that are used to include tests in the test run based on environmental settings.
|
inline |
Constructor with no included items specified, for use with named property syntax.
|
inline |
Constructor taking one or more included items
| include | Comma-delimited list of included items |
|
private |
|
private |
|
private |
|
getset |
Name of the item that is needed in order for a test to run. Multiple items may be given, separated by a comma.
Referenced by NUnit.Framework.Internal.CultureSettingAndDetectionTests.ExpectFailure(), NUnit.Framework.Internal.CultureSettingAndDetectionTests.ExpectMatch(), NUnit.Framework.Internal.CultureDetector.IsCultureSupported(), and NUnit.Framework.Internal.PlatformHelper.IsPlatformSupported().
|
getset |
Name of the item to be excluded. Multiple items may be given, separated by a comma.
Referenced by NUnit.Framework.Internal.CultureSettingAndDetectionTests.CanMatchAttributeWithExclude(), NUnit.Framework.Internal.CultureSettingAndDetectionTests.CanMatchAttributeWithIncludeAndExclude(), NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeExcludingCurrentCultureSkipsTest(), NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeExcludingOtherCultureRunsTest(), NUnit.Framework.Internal.CultureSettingAndDetectionTests.ExpectFailure(), NUnit.Framework.Internal.CultureSettingAndDetectionTests.ExpectMatch(), NUnit.Framework.Internal.CultureDetector.IsCultureSupported(), NUnit.Framework.Internal.PlatformHelper.IsPlatformSupported(), NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_Exclude(), and NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_IncludeAndExclude().
|
getset |
The reason for including or excluding the test