Table of Contents

Class PropertyNames

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

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

string

AppDomain

The FriendlyName of the AppDomain in which the assembly is running

public const string AppDomain = "_APPDOMAIN"

Field Value

string

Author

The author of the tests

public const string Author = "Author"

Field Value

string

Category

The categories applying to a test

public const string Category = "Category"

Field Value

string

Description

The Description of a test

public const string Description = "Description"

Field Value

string

IgnoreUntilDate

The test will be ignored until the given date

public const string IgnoreUntilDate = "IgnoreUntilDate"

Field Value

string

JoinType

The selected strategy for joining parameter data into test cases

public const string JoinType = "_JOINTYPE"

Field Value

string

LevelOfParallelization

The number of threads to be used in running tests

public const string LevelOfParallelization = "LevelOfParallelization"

Field Value

string

MaxTime

The maximum time in ms, above which the test is considered to have failed

public const string MaxTime = "MaxTime"

Field Value

string

ParallelScope

The ParallelScope associated with a test

public const string ParallelScope = "ParallelScope"

Field Value

string

ProcessID

The process ID of the executing assembly

public const string ProcessID = "_PID"

Field Value

string

ProviderStackTrace

The stack trace from any data provider that threw an exception.

public const string ProviderStackTrace = "_PROVIDERSTACKTRACE"

Field Value

string

RepeatCount

The number of times the test should be repeated

public const string RepeatCount = "Repeat"

Field Value

string

RequiresThread

Indicates that the test should be run on a separate thread

public const string RequiresThread = "RequiresThread"

Field Value

string

SetCulture

The culture to be set for a test

public const string SetCulture = "SetCulture"

Field Value

string

SetUICulture

The UI culture to be set for a test

public const string SetUICulture = "SetUICulture"

Field Value

string

SkipReason

The reason a test was not run

public const string SkipReason = "_SKIPREASON"

Field Value

string

TestOf

The type that is under test

public const string TestOf = "TestOf"

Field Value

string

Timeout

The timeout value for the test

public const string Timeout = "Timeout"

Field Value

string