Class PropertyNames
The PropertyNames class provides static constants for the standard property ids that NUnit uses on tests.
public class PropertyNames
- Inheritance
-
PropertyNames
- Inherited Members
Constructors
PropertyNames()
public PropertyNames()
Fields
ApartmentState
The ApartmentState required for running the test
public const string ApartmentState = "ApartmentState"
Field Value
AppDomain
The FriendlyName of the AppDomain in which the assembly is running
public const string AppDomain = "_APPDOMAIN"
Field Value
Author
The author of the tests
public const string Author = "Author"
Field Value
Category
The categories applying to a test
public const string Category = "Category"
Field Value
Description
The Description of a test
public const string Description = "Description"
Field Value
IgnoreUntilDate
The test will be ignored until the given date
public const string IgnoreUntilDate = "IgnoreUntilDate"
Field Value
JoinType
The selected strategy for joining parameter data into test cases
public const string JoinType = "_JOINTYPE"
Field Value
LevelOfParallelization
The number of threads to be used in running tests
public const string LevelOfParallelization = "LevelOfParallelization"
Field Value
MaxTime
The maximum time in ms, above which the test is considered to have failed
public const string MaxTime = "MaxTime"
Field Value
ParallelScope
The ParallelScope associated with a test
public const string ParallelScope = "ParallelScope"
Field Value
ProcessID
The process ID of the executing assembly
public const string ProcessID = "_PID"
Field Value
ProviderStackTrace
The stack trace from any data provider that threw an exception.
public const string ProviderStackTrace = "_PROVIDERSTACKTRACE"
Field Value
RepeatCount
The number of times the test should be repeated
public const string RepeatCount = "Repeat"
Field Value
RequiresThread
Indicates that the test should be run on a separate thread
public const string RequiresThread = "RequiresThread"
Field Value
SetCulture
The culture to be set for a test
public const string SetCulture = "SetCulture"
Field Value
SetUICulture
The UI culture to be set for a test
public const string SetUICulture = "SetUICulture"
Field Value
SkipReason
The reason a test was not run
public const string SkipReason = "_SKIPREASON"
Field Value
TestOf
The type that is under test
public const string TestOf = "TestOf"
Field Value
Timeout
The timeout value for the test
public const string Timeout = "Timeout"