IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Env is a static class that provides some of the features of System.Environment that are not available under all runtimes More...
Static Public Attributes | |
static readonly string | NewLine = Environment.NewLine |
The newline sequence in the current environment. More... | |
static string | DocumentFolder = Environment.GetFolderPath(Environment.SpecialFolder.Personal) |
Path to the 'My Documents' folder More... | |
static readonly string | DefaultWorkDirectory = Environment.CurrentDirectory |
Directory used for file output if not specified on commandline. More... | |
Env is a static class that provides some of the features of System.Environment that are not available under all runtimes
|
static |
The newline sequence in the current environment.
Referenced by NUnit.Framework.Internal.ExceptionHelper.BuildMessage(), NUnit.Framework.Internal.ExceptionHelper.BuildStackTrace(), NUnit.Framework.Constraints.EqualTests.CheckExceptionMessage(), NUnit.Framework.Internal.TestResult.RecordTearDownException(), NUnit.Framework.Internal.TestProgressReporter.TestFinished(), and NUnit.Framework.Internal.TestProgressReporter.TestStarted().
|
static |
Path to the 'My Documents' folder
Referenced by NUnit.Common.CommandLineOptions.ExpandToFullPath(), and NUnitLite.AutoRun.InitializeInternalTrace().
|
static |
Directory used for file output if not specified on commandline.
Referenced by NUnitLite.TextUI.DisplayRequestedOptions(), NUnitLite.TextUI.DisplayRunSettings(), and NUnit.Framework.Constraints.EmptyDirectoryConstraintTest.NotEmptyDirectory().