C# 클래스 System.IO.Abstractions.TestingHelpers.MockPath

상속: PathWrapper
파일 보기 프로젝트 열기: tathamoddie/System.IO.Abstractions 1 사용 예제들

공개 메소드들

메소드 설명
GetFullPath ( string path ) : string
GetTempFileName ( ) : string
MockPath ( IMockFileDataAccessor mockFileDataAccessor ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CheckInvalidPathChars ( string path, bool checkAdditional = false ) : void
GetSegments ( ) : string[]
HasIllegalCharacters ( string path, bool checkAdditional ) : bool

메소드 상세

GetFullPath() 공개 메소드

public GetFullPath ( string path ) : string
path string
리턴 string

GetTempFileName() 공개 메소드

public GetTempFileName ( ) : string
리턴 string

MockPath() 공개 메소드

public MockPath ( IMockFileDataAccessor mockFileDataAccessor ) : System.Collections.Generic
mockFileDataAccessor IMockFileDataAccessor
리턴 System.Collections.Generic