C# 클래스 DXVcs2Git.Tests.BaseFixture

상속: IPostTestDirectoryRemover, IDisposable
파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

Private Properties

프로퍼티 타입 설명
BaseFixture System
CleanupTestReposOlderThan void
IsFileSystemCaseSensitiveInternal bool
SetUpTestEnvironment void

공개 메소드들

메소드 설명
Dispose ( ) : void
Register ( string directoryPath ) : void

보호된 메소드들

메소드 설명
BuildSelfCleaningDirectory ( ) : SelfCleaningDirectory
Sandbox ( string sourceDirectoryPath ) : string

비공개 메소드들

메소드 설명
BaseFixture ( ) : System
CleanupTestReposOlderThan ( System.TimeSpan olderThan ) : void
IsFileSystemCaseSensitiveInternal ( ) : bool
SetUpTestEnvironment ( ) : void

메소드 상세

BuildSelfCleaningDirectory() 보호된 메소드

protected BuildSelfCleaningDirectory ( ) : SelfCleaningDirectory
리턴 DXVcs2Git.Tests.TestHelpers.SelfCleaningDirectory

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Register() 공개 메소드

public Register ( string directoryPath ) : void
directoryPath string
리턴 void

Sandbox() 보호된 메소드

protected Sandbox ( string sourceDirectoryPath ) : string
sourceDirectoryPath string
리턴 string