C# Class Dev2.Activities.Specs.Toolbox.Recordset.Unique.UniqueSteps

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

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
FillDataset ( TechTalk.SpecFlow.Table table ) : void
GivenIHaveTheFollowingDuplicatedRecordset ( TechTalk.SpecFlow.Table table ) : void
GivenIHaveTheFollowingEmptyRecordset ( TechTalk.SpecFlow.Table table ) : void
GivenIWantToFindUniqueInFieldWithTheReturnField ( string inField, string returnField ) : void
GivenTheResultVariableIs ( string resultVariable ) : void
ThenTheUniqueResultWillBe ( TechTalk.SpecFlow.Table table ) : void
WhenTheUniqueToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void