C# 클래스 Dev2.Activities.Specs.Explorer.ExplorerSteps

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

공개 메소드들

메소드 설명
FindItem ( ObservableCollection models, bool>.Func searchCriteria ) : IExplorerItemModel

비공개 메소드들

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

메소드 상세

FindItem() 공개 메소드

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