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

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ReplaceWhenTheRecordsetIsNumeric ( string no, string var, string value, string characters, string replacement, string count, string error, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ReplacePlaceholdersInASentenceWithNames ( ) : void
ReplaceUsingLowerCaseToFindUppercaseValue ( ) : void
ReplaceWhenNegativeRecordsetIndexIsInput ( ) : void
ReplaceWhenTextToFindIsBlank ( ) : void
ReplaceWhenTextToFindIsNegativeRecordsetIndex ( ) : void
ReplaceWhenTheInFieldSIsBlank ( ) : void
ReplaceWhenTheRecordsetIsNumeric_1 ( ) : void
ReplaceWhenTheRecordsetIsNumeric_2 ( ) : void
ReplaceWhenTheReplaceWithIsBlank ( ) : void
ReplaceWhenTheReplaceWithIsNegativeRecordsetIndex ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

ReplaceWhenTheRecordsetIsNumeric() public method

public ReplaceWhenTheRecordsetIsNumeric ( string no, string var, string value, string characters, string replacement, string count, string error, string exampleTags ) : void
no string
var string
value string
characters string
replacement string
count string
error string
exampleTags string
return void

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void