C# Class APD.IntegrationTests.VCS.Git.When_I_want_to_use_the_git_plugin_Context

Inheritance: GitSharpTestFunctions
Show file Open project: flyrev/Smeedee_git_plugin

Protected Properties

Property Type Description
reposDir string
repository IRepository
repositoryUrl string

Public Methods

Method Description
TearDown ( ) : void

Private Methods

Method Description
Setup ( ) : void
assure_repository_is_not_already_cloned ( ) : void

Method Details

TearDown() public method

public TearDown ( ) : void
return void

Property Details

reposDir protected property

protected string reposDir
return string

repository protected property

protected IRepository repository
return IRepository

repositoryUrl protected property

protected string repositoryUrl
return string