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.PlatformAttribute Class Reference

PlatformAttribute is used to mark a test fixture or an individual method as applying to a particular platform only. More...

+ Inheritance diagram for NUnit.Framework.PlatformAttribute:
+ Collaboration diagram for NUnit.Framework.PlatformAttribute:

Public Member Functions

 PlatformAttribute ()
 Constructor with no platforms specified, for use with named property syntax. More...
 
 PlatformAttribute (string platforms)
 Constructor taking one or more platforms More...
 
void ApplyToTest (Test test)
 Causes a test to be skipped if this PlatformAttribute is not satisfied. More...
 
- Public Member Functions inherited from NUnit.Framework.IncludeExcludeAttribute
 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...
 

Private Attributes

PlatformHelper platformHelper = new PlatformHelper()
 

Additional Inherited Members

- Properties inherited from NUnit.Framework.IncludeExcludeAttribute
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...
 

Detailed Description

PlatformAttribute is used to mark a test fixture or an individual method as applying to a particular platform only.

Constructor & Destructor Documentation

NUnit.Framework.PlatformAttribute.PlatformAttribute ( )
inline

Constructor with no platforms specified, for use with named property syntax.

NUnit.Framework.PlatformAttribute.PlatformAttribute ( string  platforms)
inline

Constructor taking one or more platforms

Parameters
platformsComma-delimited list of platforms

Member Function Documentation

Member Data Documentation

PlatformHelper NUnit.Framework.PlatformAttribute.platformHelper = new PlatformHelper()
private

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