C# Class XRepo.Scenarios.TestSupport.TestEnvironment

Inheritance: IDisposable
Afficher le fichier Open project: andyalm/xrepo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

EnsureDirectoryExists() public méthode

public EnsureDirectoryExists ( string relativePath ) : void
relativePath string
Résultat void

GetLibFilePath() public méthode

public GetLibFilePath ( string filename ) : string
filename string
Résultat string

GetLocalAssemblyPath() public méthode

public GetLocalAssemblyPath ( string assemblyName ) : string
assemblyName string
Résultat string

GetLocalProjectPath() public méthode

public GetLocalProjectPath ( string assemblyName ) : string
assemblyName string
Résultat string

GetRepoPath() public méthode

public GetRepoPath ( string repoName ) : string
repoName string
Résultat string

Reload() public méthode

public Reload ( ) : void
Résultat void

ResolveProjectPath() public méthode

public ResolveProjectPath ( string relativePath ) : string
relativePath string
Résultat string

TestEnvironment() public méthode

public TestEnvironment ( ) : System
Résultat System