C# Class APD.IntegrationTests.VCS.SuperVCS.Context.SuperVCSPluginTestContext

Show file Open project: flyrev/IT2901-report

Protected Methods

Method Description
FilepathInLocalDirectory ( string filename ) : string
GetLastRevision ( ) : long
GetLatestChangeset ( ) : Commit
TheRepositoryExistsAndContainsChangesets ( ) : void

Method Details

FilepathInLocalDirectory() protected method

protected FilepathInLocalDirectory ( string filename ) : string
filename string
return string

GetLastRevision() protected method

protected GetLastRevision ( ) : long
return long

GetLatestChangeset() protected method

protected GetLatestChangeset ( ) : Commit
return Commit

TheRepositoryExistsAndContainsChangesets() protected method

protected TheRepositoryExistsAndContainsChangesets ( ) : void
return void