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

Public Member Functions

 ConcernAttribute (Type typeOfConcern)
 
- Public Member Functions inherited from NUnit.Framework.TestFixtureAttribute
 TestFixtureAttribute ()
 Default constructor More...
 
 TestFixtureAttribute (params object[] arguments)
 Construct with a object[] representing a set of arguments. In .NET 2.0, the arguments may later be separated into type arguments and constructor arguments. More...
 
IEnumerable< TestSuiteBuildFrom (ITypeInfo typeInfo)
 Build a fixture from type provided. Normally called for a Type on which the attribute has been placed. More...
 
- Public Member Functions inherited from NUnit.Framework.NUnitAttribute
 NUnitAttribute ()
 Default constructor More...
 

Private Attributes

Type typeOfConcern
 

Additional Inherited Members

- Properties inherited from NUnit.Framework.TestFixtureAttribute
string TestName [get, set]
 Gets or sets the name of the test. More...
 
RunState RunState [get, private set]
 Gets or sets the RunState of this test fixture. More...
 
object[] Arguments [get, private set]
 The arguments originally provided to the attribute More...
 
IPropertyBag Properties [get, private set]
 Properties pertaining to this fixture More...
 
Type[] TypeArgs [get, set]
 Get or set the type arguments. If not set explicitly, any leading arguments that are Types are taken as type arguments. More...
 
string Description [get, set]
 Descriptive text for this fixture More...
 
string Author [get, set]
 The author of this fixture More...
 
Type TestOf [get, set]
 The type that this fixture is testing More...
 
string Ignore [get, set]
 Gets or sets the ignore reason. May set RunState as a side effect. More...
 
string Reason [get, set]
 Gets or sets the reason for not running the fixture. More...
 
string IgnoreReason [get, set]
 Gets or sets the ignore reason. When set to a non-null non-empty value, the test is marked as ignored. More...
 
bool Explicit [get, set]
 Gets or sets a value indicating whether this NUnit.Framework.TestFixtureAttribute is explicit. More...
 
string Category [get, set]
 Gets and sets the category for this fixture. May be a comma-separated list of categories. More...
 
- Properties inherited from NUnit.Framework.Interfaces.ITestFixtureData
Type[] TypeArgs [get]
 Get the TypeArgs if separately set More...
 
- Properties inherited from NUnit.Framework.Interfaces.ITestData
string TestName [get]
 Gets the name to be used for the test More...
 
RunState RunState [get]
 Gets the RunState for this test case. More...
 
object[] Arguments [get]
 Gets the argument list to be provided to the test More...
 
IPropertyBag Properties [get]
 Gets the property dictionary for the test case More...
 

Constructor & Destructor Documentation

NUnit.TestData.AttributeInheritanceData.ConcernAttribute.ConcernAttribute ( Type  typeOfConcern)
inline

Member Data Documentation

Type NUnit.TestData.AttributeInheritanceData.ConcernAttribute.typeOfConcern
private

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