IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Marks a test that must run on a separate thread. More...
Public Member Functions | |
RequiresThreadAttribute () | |
Construct a RequiresThreadAttribute More... | |
RequiresThreadAttribute (ApartmentState apartment) | |
Construct a RequiresThreadAttribute, specifying the apartment More... | |
![]() | |
PropertyAttribute (string propertyName, string propertyValue) | |
Construct a PropertyAttribute with a name and string value More... | |
PropertyAttribute (string propertyName, int propertyValue) | |
Construct a PropertyAttribute with a name and int value More... | |
PropertyAttribute (string propertyName, double propertyValue) | |
Construct a PropertyAttribute with a name and double value More... | |
![]() | |
NUnitAttribute () | |
Default constructor More... | |
Private Member Functions | |
void IApplyToTest. | ApplyToTest (Test test) |
Modifies a test by adding properties to it. More... | |
Additional Inherited Members | |
![]() | |
PropertyAttribute () | |
Constructor for derived classes that set the property dictionary directly. More... | |
PropertyAttribute (object propertyValue) | |
Constructor for use by derived classes that use the name of the type as the property name. Derived classes must ensure that the Type of the property value is a standard type supported by the BCL. Any custom types will cause a serialization Exception when in the client. More... | |
![]() | |
IPropertyBag | Properties [get] |
Gets the property dictionary for this attribute More... | |
Marks a test that must run on a separate thread.
|
inline |
Construct a RequiresThreadAttribute
|
inline |
Construct a RequiresThreadAttribute, specifying the apartment
References NUnit.Framework.Internal.PropertyNames.ApartmentState.
|
inlineprivatevirtual |
Modifies a test by adding properties to it.
test | The test to modify |
Reimplemented from NUnit.Framework.PropertyAttribute.
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeMaySetApartmentState(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeSetsRequiresThread(), and NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeSetsRequiresThreadOnNonRunnableTest().