|
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...
|
|
Type[] | TypeArgs [get] |
| Get the TypeArgs if separately set More...
|
|
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...
|
|
NUnit.TestData.AttributeInheritanceData.ConcernAttribute.ConcernAttribute |
( |
Type |
typeOfConcern | ) |
|
|
inline |
Type NUnit.TestData.AttributeInheritanceData.ConcernAttribute.typeOfConcern |
|
private |
The documentation for this class was generated from the following file: