C# Class Dev2.Activities.Specs.Toolbox.Data.Replace.ReplaceSteps

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

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GivenIHaveAReplaceVariableEqualTo ( string variable, string value ) : void
GivenIHaveASentence ( string sentence ) : void
GivenIWantToFindTheCharacters ( string find ) : void
GivenIWantToReplaceThemWith ( string replaceWith ) : void
ThenShouldBe ( string variable, string value ) : void
ThenTheReplaceResultShouldBe ( string expectedResult ) : void
WhenTheReplaceToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void