C# Class Dev2.Activities.Specs.Toolbox.Recordset.FindRecordIndexMultiple.FindRecordsetIndexMultipleSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
显示文件 Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GetRowCount ( ) : int
GetSearchList ( ) : List
GivenFieldToSearchIs ( string fieldToSearch ) : void
GivenIHaveTheFollowingRecordsetInMyDatalist ( TechTalk.SpecFlow.Table table ) : void
GivenIHaveTheFollowingRecordsetToSearchForMultipleCriteria ( TechTalk.SpecFlow.Table table ) : void
GivenIsBetweenSearchTheRecordsetWithTypeAndCriteriaIsAnd ( string searchType, string from, string to ) : void
GivenSearchTheRecordsetWithTypeAndCriteriaIs ( string searchType, string searchCriteria ) : void
GivenTheFieldsToSearchIs ( TechTalk.SpecFlow.Table table ) : void
GivenWhenMatchAllSearchCriteriaIs ( bool requireAllTrue ) : void
GivenWhenRequiresAllFieldsToMatchIs ( bool requireAllFieldsToMatch ) : void
ThenTheFindRecordsIndexMultipleResultShouldBe ( string expectedResult ) : void
WhenTheFindRecordsIndexMultipleToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void