C# Class System.IO.Tests.Directory_CreateDirectory

Inheritance: System.IO.Tests.FileSystemTest
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Create ( string path ) : DirectoryInfo

Private Methods

Méthode Description
AllowedSymbols ( ) : void
CDriveCase ( ) : void
CreateCurrentDirectory ( ) : void
DirectoryEqualToMaxDirectory_CanBeCreated ( ) : void
DirectoryEqualToMaxDirectory_CanBeCreatedAllAtOnce ( ) : void
DirectoryLongerThanMaxDirectoryAsPath_Succeeds ( ) : void
DirectoryLongerThanMaxLongPathWithExtendedSyntax_ThrowsPathTooLongException ( ) : void
DirectoryLongerThanMaxLongPath_ThrowsPathTooLongException ( ) : void
DirectoryLongerThanMaxPath_Succeeds ( ) : void
DirectoryWithComponentLongerThanMaxComponentAsPath_ThrowsPathTooLongException ( ) : void
DotDotIsParentDirectory ( ) : void
DotIsCurrentDirectory ( ) : void
DriveLetter_Unix ( ) : void
DriveLetter_Windows ( ) : void
EmptyAsPath_ThrowsArgumentException ( ) : void
ExtendedDirectoryLongerThanLegacyMaxPath_Succeeds ( ) : void
NonExistentDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
NotReadyDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
NullAsPath_ThrowsArgumentNullException ( ) : void
PathAlreadyExistsAsDirectory ( FileAttributes attributes ) : void
PathAlreadyExistsAsFile ( ) : void
PathWithAlternateDataStreams_ThrowsNotSupportedException ( ) : void
PathWithInvalidCharactersAsPath_ThrowsArgumentException ( ) : void
PathWithInvalidColons_ThrowsNotSupportedException ( ) : void
PathWithReservedDeviceNameAsExtendedPath ( ) : void
PathWithReservedDeviceNameAsPath_ThrowsDirectoryNotFoundException ( ) : void
RootPath ( ) : void
SubdirectoryOnNonExistentDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
SubdirectoryOnNotReadyDriveAsPath_ThrowsIOException ( ) : void
UNCPathWithOnlySlashes ( ) : void
UncPathWithoutShareNameAsPath_ThrowsArgumentException ( ) : void
UnixNonSignificantTrailingWhiteSpace ( ) : void
UnixPathLongerThan256_Allowed ( ) : void
UnixPathWithDeeplyNestedDirectories ( ) : void
UnixWhiteSpaceAsPath_Allowed ( ) : void
ValidExtendedPathWithTrailingSlash ( ) : void
ValidPathWithMultipleSubdirectories ( ) : void
ValidPathWithTrailingSlash ( ) : void
ValidPathWithoutTrailingSlash ( ) : void
WindowsExtendedSyntaxWhiteSpace ( ) : void
WindowsTrailingWhiteSpace ( ) : void
WindowsWhiteSpaceAsPath_ThrowsArgumentException ( ) : void

Method Details

Create() public méthode

public Create ( string path ) : DirectoryInfo
path string
Résultat DirectoryInfo