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

ExplicitAttribute marks a test or test fixture so that it will only be run if explicitly executed from the gui or command line or if it is included by use of a filter. The test will not be run simply because an enclosing suite is run. More...

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

Public Member Functions

 ExplicitAttribute ()
 Default constructor More...
 
 ExplicitAttribute (string reason)
 Constructor with a reason More...
 
void ApplyToTest (Test test)
 Modifies a test by marking it as explicit. More...
 
- Public Member Functions inherited from NUnit.Framework.NUnitAttribute
 NUnitAttribute ()
 Default constructor More...
 

Private Attributes

string reason
 

Detailed Description

ExplicitAttribute marks a test or test fixture so that it will only be run if explicitly executed from the gui or command line or if it is included by use of a filter. The test will not be run simply because an enclosing suite is run.

Constructor & Destructor Documentation

NUnit.Framework.ExplicitAttribute.ExplicitAttribute ( )
inline

Default constructor

NUnit.Framework.ExplicitAttribute.ExplicitAttribute ( string  reason)
inline

Constructor with a reason

Parameters
reasonThe reason test is marked explicit

Member Function Documentation

Member Data Documentation

string NUnit.Framework.ExplicitAttribute.reason
private

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