C# Class NUnit.Framework.Internal.PropertyNames

The PropertyNames class provides static constants for the standard property names that NUnit uses on tests.
显示文件 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_oe static_oe property

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

AppDomain public_oe static_oe property

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

Category public_oe static_oe property

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

Description public_oe static_oe property

The Description of a test
public static string Description
return string

JoinType public_oe static_oe property

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

MaxTime public_oe static_oe property

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

ProcessID public_oe static_oe property

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

ProviderStackTrace public_oe static_oe property

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

RepeatCount public_oe static_oe property

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

SetCulture public_oe static_oe property

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

SetUICulture public_oe static_oe property

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

SkipReason public_oe static_oe property

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

Timeout public_oe static_oe property

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