C# Class XRepo.Scenarios.TestSupport.TestEnvironment

Inheritance: IDisposable
Exibir arquivo Open project: andyalm/xrepo Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EnsureDirectoryExists ( string relativePath ) : void
GetLibFilePath ( string filename ) : string
GetLocalAssemblyPath ( string assemblyName ) : string
GetLocalProjectPath ( string assemblyName ) : string
GetRepoPath ( string repoName ) : string
Reload ( ) : void
ResolveProjectPath ( string relativePath ) : string
TestEnvironment ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnsureDirectoryExists() public method

public EnsureDirectoryExists ( string relativePath ) : void
relativePath string
return void

GetLibFilePath() public method

public GetLibFilePath ( string filename ) : string
filename string
return string

GetLocalAssemblyPath() public method

public GetLocalAssemblyPath ( string assemblyName ) : string
assemblyName string
return string

GetLocalProjectPath() public method

public GetLocalProjectPath ( string assemblyName ) : string
assemblyName string
return string

GetRepoPath() public method

public GetRepoPath ( string repoName ) : string
repoName string
return string

Reload() public method

public Reload ( ) : void
return void

ResolveProjectPath() public method

public ResolveProjectPath ( string relativePath ) : string
relativePath string
return string

TestEnvironment() public method

public TestEnvironment ( ) : System
return System