C# Class Dev2.Activities.Specs.Explorer.ExplorerSteps

ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FindItem ( ObservableCollection models, bool>.Func searchCriteria ) : IExplorerItemModel

Private Methods

Method Description
ExecuteService ( System.Action action ) : void
GetServerProcessPath ( ) : string
GivenIHaveAPath ( string path ) : void
GivenIHaveString ( string filterString ) : void
GivenTheFolderExistsOnTheServer ( string folderName, string exists ) : void
GivenTheResourceExistsOnTheServer ( string newName, string exists ) : void
ThenAnErrorMessageWillBe ( string expectedMessage ) : void
ThenTheFilteredResultsWillBe ( string result ) : void
ThenTheFolderPathWillBe ( string resultPath ) : void
ThenTheFolderPathWillBeDeleted ( string folderPath ) : void
WhenIAddAFolderWithAName ( string folderName ) : void
WhenIDeleteTheResource ( string resourceToDelete ) : void
WhenIFilter ( ) : void
WhenIRenameTheResourceTo ( string oldResourceName, string newResourceName ) : void

Method Details

FindItem() public method

public FindItem ( ObservableCollection models, bool>.Func searchCriteria ) : IExplorerItemModel
models ObservableCollection
searchCriteria bool>.Func
return IExplorerItemModel