C# Class BasicSccProvider.Tests.GitFileStatusTrackerTest

Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Protected Properties

Свойство Type Description
lines string[]
tempFile string
tempFolder string

Méthodes publiques

Méthode Description
GitFileStatusTrackerTest ( ) : System

Private Methods

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

public GitFileStatusTrackerTest ( ) : System
Résultat System

Property Details

lines protected_oe property

protected string[] lines
Résultat string[]

tempFile protected_oe property

protected string tempFile
Résultat string

tempFolder protected_oe property

protected string tempFolder
Résultat string