C# Class System.IO.Abstractions.TestingHelpers.MockPath

Inheritance: PathWrapper
Afficher le fichier Open project: tathamoddie/System.IO.Abstractions Class Usage Examples

Méthodes publiques

Méthode Description
GetFullPath ( string path ) : string
GetTempFileName ( ) : string
MockPath ( IMockFileDataAccessor mockFileDataAccessor ) : System.Collections.Generic

Private Methods

Méthode Description
CheckInvalidPathChars ( string path, bool checkAdditional = false ) : void
GetSegments ( ) : string[]
HasIllegalCharacters ( string path, bool checkAdditional ) : bool

Method Details

GetFullPath() public méthode

public GetFullPath ( string path ) : string
path string
Résultat string

GetTempFileName() public méthode

public GetTempFileName ( ) : string
Résultat string

MockPath() public méthode

public MockPath ( IMockFileDataAccessor mockFileDataAccessor ) : System.Collections.Generic
mockFileDataAccessor IMockFileDataAccessor
Résultat System.Collections.Generic