C# Class NUnit.Framework.Internal.PropertyNames

The PropertyNames class provides static constants for the standard property names that NUnit uses on tests.
Show file Open project: pjcollins/Andr.Unit

Public Properties

Property Type Description
ApartmentState string
AppDomain string
Category string
Description string
JoinType string
MaxTime string
ProcessID string
ProviderStackTrace string
RepeatCount string
SetCulture string
SetUICulture string
SkipReason string
Timeout string

Property Details

ApartmentState public static property

The ApartmentState required for running the test
public static string ApartmentState
return string

AppDomain public static property

The FriendlyName of the AppDomain in which the Android.NUnitLite is running
public static string AppDomain
return string

Category public static property

The categories applying to a test
public static string Category
return string

Description public static property

The Description of a test
public static string Description
return string

JoinType public static property

The selected strategy for joining parameter data into test cases
public static string JoinType
return string

MaxTime public static property

The maximum time in ms, above which the test is considered to have failed
public static string MaxTime
return string

ProcessID public static property

The process ID of the executing Android.NUnitLite
public static string ProcessID
return string

ProviderStackTrace public static property

The stack trace from any data provider that threw an exception.
public static string ProviderStackTrace
return string

RepeatCount public static property

The number of times the test should be repeated
public static string RepeatCount
return string

SetCulture public static property

The culture to be set for a test
public static string SetCulture
return string

SetUICulture public static property

The UI culture to be set for a test
public static string SetUICulture
return string

SkipReason public static property

The reason a test was not run
public static string SkipReason
return string

Timeout public static property

The timeout value for the test
public static string Timeout
return string