C# 클래스 BasicSccProvider.Tests.GitFileStatusTrackerTest

파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider

보호된 프로퍼티들

프로퍼티 타입 설명
lines string[]
tempFile string
tempFolder string

공개 메소드들

메소드 설명
GitFileStatusTrackerTest ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GitFileStatusTrackerTest() 공개 메소드

public GitFileStatusTrackerTest ( ) : System
리턴 System

프로퍼티 상세

lines 보호되어 있는 프로퍼티

protected string[] lines
리턴 string[]

tempFile 보호되어 있는 프로퍼티

protected string tempFile
리턴 string

tempFolder 보호되어 있는 프로퍼티

protected string tempFolder
리턴 string