C# Class Dev2.Core.Tests.IntellisenseProvider.FileSystemIntellisenseProviderTest

Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FileSystemIntellisenseProvider_ExecuteInsertion ( int caretPosition, string inputText, string inserted, string expected ) : void

Private Methods

Method Description
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

Method Details

FileSystemIntellisenseProvider_ExecuteInsertion() public method

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