IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.IncludeExcludeAttribute Class Reference

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
 

Detailed Description

Abstract base for Attributes that are used to include tests in the test run based on environmental settings.

Constructor & Destructor Documentation

NUnit.Framework.IncludeExcludeAttribute.IncludeExcludeAttribute ( )
inline

Constructor with no included items specified, for use with named property syntax.

NUnit.Framework.IncludeExcludeAttribute.IncludeExcludeAttribute ( string  include)
inline

Constructor taking one or more included items

Parameters
includeComma-delimited list of included items

Member Data Documentation

string NUnit.Framework.IncludeExcludeAttribute.include
private
string NUnit.Framework.IncludeExcludeAttribute.exclude
private
string NUnit.Framework.IncludeExcludeAttribute.reason
private

Property Documentation

string NUnit.Framework.IncludeExcludeAttribute.Include
getset
string NUnit.Framework.IncludeExcludeAttribute.Reason
getset

The reason for including or excluding the test


The documentation for this class was generated from the following file: