C# Class Dev2.Activities.Specs.Toolbox.Data.FindIndex.FindIndexFeature

ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FindAllOccurancesOfCharactersInAString ( string no, string index, string characters, string directon, string result, string res, string exampleTags ) : void
FindAllRecordsetsWithInvalidIndexes ( string no, string var, string value, string characters, string result, string error, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
CharactersIsBlank ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
FindANegativeRecordsetIndexInAString ( ) : void
FindAllOccurancesOfCharactersInAString_1 ( ) : void
FindAllOccurancesOfCharactersInAString_2 ( ) : void
FindAllOccurancesOfCharactersInAString_3 ( ) : void
FindAllOccurancesOfCharactersInAString_4 ( ) : void
FindAllOccurancesOfCharactersInAString_5 ( ) : void
FindAllOccurrencesOfACharacterInAStringWhereItDoesntExist ( ) : void
FindAllOccurrencesOfANumericCharacterInAString ( ) : void
FindAllOccurrencesOfAWordInASentenceAndOutputToRecordsetGoingRightToLeft ( ) : void
FindAllOccurrencesOfAWordInASentenceAndOutputToScalarGoingLeftToRight ( ) : void
FindAllRecordsetsWithInvalidIndexes_1 ( ) : void
FindAllRecordsetsWithInvalidIndexes_2 ( ) : void
FindAllRecordsetsWithInvalidIndexes_3 ( ) : void
FindAllRecordsetsWithInvalidIndexes_4 ( ) : void
FindAllRecordsetsWithInvalidIndexes_6 ( ) : void
FindAnXmlFragmentInABiggerXmlDocument ( ) : void
FindFirstOccurrenceOfACharacterInABlankString ( ) : void
FindFirstOccurrenceOfACharacterInAStringWhereItDoesntExist ( ) : void
FindFirstOccurrenceOfACharacterNonExistentImput ( ) : void
FindFirstOccurrenceOfOfACharacterNonExistentCharacter ( ) : void
FindLastOccurrenceOfABracketInASentence ( ) : void
FindSomethingWithANegativeRecordsetIndexAsInput ( ) : void
FindTheFirstOccurrenceOfACharacterInASentence ( ) : void
InFieldIsBlank ( ) : void
OutputValuesInMultipleResultVariables ( ) : void
OutputValuesInRecordsetWithNumericNotation ( ) : void
OutputValuesInRecordsetWithStarNotation ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

FindAllOccurancesOfCharactersInAString() public method

public FindAllOccurancesOfCharactersInAString ( string no, string index, string characters, string directon, string result, string res, string exampleTags ) : void
no string
index string
characters string
directon string
result string
res string
exampleTags string
return void

FindAllRecordsetsWithInvalidIndexes() public method

public FindAllRecordsetsWithInvalidIndexes ( string no, string var, string value, string characters, string result, string error, string exampleTags ) : void
no string
var string
value string
characters string
result 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