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.TestData.CategoryAttributeData.CriticalAttribute Class Reference
+ Inheritance diagram for NUnit.TestData.CategoryAttributeData.CriticalAttribute:
+ Collaboration diagram for NUnit.TestData.CategoryAttributeData.CriticalAttribute:

Additional Inherited Members

- Public Member Functions inherited from NUnit.Framework.CategoryAttribute
 CategoryAttribute (string name)
 Construct attribute for a given category based on a name. The name may not contain the characters ',', '+', '-' or '!'. However, this is not checked in the constructor since it would cause an error to arise at as the test was loaded without giving a clear indication of where the problem is located. The error is handled in NUnitFramework.cs by marking the test as not runnable. More...
 
void ApplyToTest (Test test)
 Modifies a test by adding a category to it. More...
 
- Public Member Functions inherited from NUnit.Framework.NUnitAttribute
 NUnitAttribute ()
 Default constructor More...
 
- Protected Member Functions inherited from NUnit.Framework.CategoryAttribute
 CategoryAttribute ()
 Protected constructor uses the Type name as the name of the category. More...
 
- Protected Attributes inherited from NUnit.Framework.CategoryAttribute
string categoryName
 The name of the category More...
 
- Properties inherited from NUnit.Framework.CategoryAttribute
string Name [get]
 The name of the category More...
 

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