C# Класс Dev2.Activities.Specs.Toolbox.Data.Replace.ReplaceFeature

Показать файл Открыть проект

Открытые методы

Метод Описание
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