C# Class DXVcs2Git.Tests.BaseFixture

Inheritance: IPostTestDirectoryRemover, IDisposable
Show file Open project: Xarlot/DXVcs2Git

Private Properties

Property Type Description
BaseFixture System
CleanupTestReposOlderThan void
IsFileSystemCaseSensitiveInternal bool
SetUpTestEnvironment void

Public Methods

Method Description
Dispose ( ) : void
Register ( string directoryPath ) : void

Protected Methods

Method Description
BuildSelfCleaningDirectory ( ) : SelfCleaningDirectory
Sandbox ( string sourceDirectoryPath ) : string

Private Methods

Method Description
BaseFixture ( ) : System
CleanupTestReposOlderThan ( System.TimeSpan olderThan ) : void
IsFileSystemCaseSensitiveInternal ( ) : bool
SetUpTestEnvironment ( ) : void

Method Details

BuildSelfCleaningDirectory() protected method

protected BuildSelfCleaningDirectory ( ) : SelfCleaningDirectory
return DXVcs2Git.Tests.TestHelpers.SelfCleaningDirectory

Dispose() public method

public Dispose ( ) : void
return void

Register() public method

public Register ( string directoryPath ) : void
directoryPath string
return void

Sandbox() protected method

protected Sandbox ( string sourceDirectoryPath ) : string
sourceDirectoryPath string
return string