C# Class BasicSccProvider.Tests.GitFileStatusTrackerTest

Show file Open project: blinkbox/Git-Source-Control-Provider

Protected Properties

Property Type Description
lines string[]
tempFile string
tempFolder string

Public Methods

Method Description
GitFileStatusTrackerTest ( ) : System

Private Methods

Method Description
AmendCommitTest ( ) : void
CheckOutFileTest ( ) : void
DiffFileTest ( ) : void
FileNameCaseTest ( ) : void
GetBranchTest ( ) : void
GetChangedFilesTest ( ) : void
GetFileContentTest ( ) : void
GetFileContentTestNegative ( ) : void
GetFileStatusTest ( ) : void
GetRepositoryDirectoryTest ( ) : void
HasGitRepositoryTest ( ) : void
LastCommitMessageTest ( ) : void
SaveFileFromRepositoryTest ( ) : void

Method Details

GitFileStatusTrackerTest() public method

public GitFileStatusTrackerTest ( ) : System
return System

Property Details

lines protected property

protected string[] lines
return string[]

tempFile protected property

protected string tempFile
return string

tempFolder protected property

protected string tempFolder
return string