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

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes protégées

Méthode Description
BuildDataList ( ) : void

Private Methods

Méthode 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 méthode

protected BuildDataList ( ) : void
Résultat void