C# Класс NUnit.Framework.Internal.PropertyNames

The PropertyNames class provides static constants for the standard property names that NUnit uses on tests.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Описание свойств

ApartmentState публичное статическое свойство

The ApartmentState required for running the test
public static string ApartmentState
Результат string

AppDomain публичное статическое свойство

The FriendlyName of the AppDomain in which the Android.NUnitLite is running
public static string AppDomain
Результат string

Category публичное статическое свойство

The categories applying to a test
public static string Category
Результат string

Description публичное статическое свойство

The Description of a test
public static string Description
Результат string

JoinType публичное статическое свойство

The selected strategy for joining parameter data into test cases
public static string JoinType
Результат string

MaxTime публичное статическое свойство

The maximum time in ms, above which the test is considered to have failed
public static string MaxTime
Результат string

ProcessID публичное статическое свойство

The process ID of the executing Android.NUnitLite
public static string ProcessID
Результат string

ProviderStackTrace публичное статическое свойство

The stack trace from any data provider that threw an exception.
public static string ProviderStackTrace
Результат string

RepeatCount публичное статическое свойство

The number of times the test should be repeated
public static string RepeatCount
Результат string

SetCulture публичное статическое свойство

The culture to be set for a test
public static string SetCulture
Результат string

SetUICulture публичное статическое свойство

The UI culture to be set for a test
public static string SetUICulture
Результат string

SkipReason публичное статическое свойство

The reason a test was not run
public static string SkipReason
Результат string

Timeout публичное статическое свойство

The timeout value for the test
public static string Timeout
Результат string