C# 클래스 System.Tests.EnvironmentTests

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
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