C# Класс NUnit.Env

Env is a static class that provides some of the features of System.Environment that are not available under all runtimes
Показать файл Открыть проект

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

Свойство Тип Описание
DocumentFolder string
NewLine string

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

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

Path to the 'My Documents' folder
public static string DocumentFolder
Результат string

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

The newline sequence in the current environmemt.
public static string NewLine
Результат string