C# 클래스 Dev2.Core.Tests.IntellisenseProvider.FileSystemIntellisenseProviderTest

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
FileSystemIntellisenseProvider_ExecuteInsertion ( int caretPosition, string inputText, string inserted, string expected ) : void

비공개 메소드들

메소드 설명
Cleanup ( ) : void
CreateIntellisenseProvider ( ) : FileSystemIntellisenseProvider
FileSystemIntellisenseProvider_GetIntellisenseResults_ContextIsNull_ResultCountIsZero ( ) : void
FileSystemIntellisenseProvider_GetIntellisenseResults_EntireSet_ExpectCorrectOutput ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_Dispose ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_EmptyInput_ExpectCorrectOutput ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_InsertPathAfterLanguageElement_ExpectCorrectOutput ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_InsertPath_ExpectCorrectOutput ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_InsertPathinsideText_ExpectCorrectOutput ( ) : void
FileSystemIntellisenseProvider_PerformMethodInsertion_NegativeCaret_ExpectEmptyOutput ( ) : void
FileSystemIntellisenseProvider_PerformResultInsertion_ContextIsNull_ThrowsException ( ) : void
GetIntellisenseResultsWhereDriveAndFolderPassedNoSlashExpectFolder ( ) : void
GetIntellisenseResultsWhereDriveAndFolderWithPartOfFileNamePassedExpectFileName ( ) : void
GetIntellisenseResultsWhereDriveAndFolderWithStartOfFileNamePassedExpectFileName ( ) : void
GetIntellisenseResultsWhereDrivePassedExpectFoldersAndFilesOnDrive ( ) : void
GetIntellisenseResultsWhereNetworkPathExpectFolderNetworkShareInformation ( ) : void
GetIntellisenseResultsWhereNetworkPathHasFileExpectFileInformation ( ) : void
GetIntellisenseResultsWhereNetworkPathHasFilesExpectFolderWithFilesNetworkShareInformation ( ) : void
GetIntellisenseResultsWhereNetworkPathHasFolderExpectFolderInformation ( ) : void
GetIntellisenseResultsWhereNetworkPathHasMiddleOfFileExpectFileInformation ( ) : void
GetIntellisenseResultsWhereNoNetworkExpectFolderNetworkShareInformation ( ) : void
GetIntellisenseResultsWhereNothingPassedExpectListOfDrives ( ) : void
Init ( ) : void

메소드 상세

FileSystemIntellisenseProvider_ExecuteInsertion() 공개 메소드

public FileSystemIntellisenseProvider_ExecuteInsertion ( int caretPosition, string inputText, string inserted, string expected ) : void
caretPosition int
inputText string
inserted string
expected string
리턴 void