C# Class System.Tests.EnvironmentTests

Datei anzeigen Open project: dotnet/corefx

Private Methods

Method Description
CurrentDirectory_Empty_Path_Throws_ArgumentException ( ) : void
CurrentDirectory_Null_Path_Throws_ArgumentNullException ( ) : void
CurrentDirectory_SetToNonExistentDirectory_ThrowsDirectoryNotFoundException ( ) : void
CurrentDirectory_SetToValidOtherDirectory ( ) : void
CurrentManagedThreadId_DifferentForActiveThreads ( ) : void
CurrentManagedThreadId_Idempotent ( ) : void
FailFast_ExpectFailureExitCode ( ) : void
GetFolderPath_OSX_NonEmptyFolderPaths ( Environment folder, Environment option ) : void
GetFolderPath_Unix_NonEmptyFolderPaths ( Environment folder, Environment option ) : void
GetFolderPath_Unix_PersonalIsHomeAndUserProfile ( ) : void
GetFolderPath_Windows ( Environment folder ) : void
GetLogicalDrives ( ) : int
GetLogicalDrives_Unix_AtLeastOneIsRoot ( ) : void
GetLogicalDrives_Windows_MatchesExpectedLetters ( ) : void
GetSystemDirectory ( ) : void
HasShutdownStarted_FalseWhileExecuting ( ) : void
Is64BitOperatingSystem_TrueIf64BitProcess ( ) : void
Is64BitOperatingSystem_Unix_TrueIff64BitProcess ( ) : void
Is64BitProcess_MatchesIntPtrSize ( ) : void
OSVersion_Idempotent ( ) : void
OSVersion_MatchesPlatform ( ) : void
OSVersion_ValidVersion ( ) : void
SHGetFolderPathW ( IntPtr hwndOwner, int nFolder, IntPtr hToken, uint dwFlags, char pszPath ) : int
SystemPageSize_Valid ( ) : void
UserDomainName_Unix_MatchesMachineName ( ) : void
UserDomainName_Valid ( ) : void
UserInteractive_True ( ) : void
UserName_Valid ( ) : void
Version_MatchesFixedVersion ( ) : void
WorkingSet_Valid ( ) : void