C# 클래스 Dev2.Activities.Specs.Toolbox.Data.Replace.ReplaceFeature

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ReplaceWhenTheRecordsetIsNumeric ( string no, string var, string value, string characters, string replacement, string count, string error, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ReplaceWhenTheRecordsetIsNumeric() 공개 메소드

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
리턴 void

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
리턴 void