C# Class Dev2.Activities.Specs.Toolbox.ControlFlow.Sequence.SequenceSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
Mostra file Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
CheckDebugStates ( IEnumerable debugStates ) : void
GivenCalculateWithFormulaInto ( string parentName, string activityName, string formula, string resultVariable ) : void
GivenContainsAnAssignAs ( string parentName, string assignName, TechTalk.SpecFlow.Table table ) : void
GivenContainsAnCreateAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenContainsAnDeleteFolderAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenContainsAnUniqueAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenCountOnInto ( string parentName, string activityName, string recordSet, string result ) : void
GivenIHaveAForEachAsExecutions ( string activityName, string forEachType, string numberOfExecutions ) : void
GivenIHaveASequence ( string sequenceName ) : void
GivenItContainFindUniqueAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsBaseConvertAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsCaseConvertAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsDataMergeAs ( string parentName, string activityName, string resultVariable, TechTalk.SpecFlow.Table table ) : void
GivenItContainsDataSplitAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsDateAndTimeAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsDateAndTimeDifferenceAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsDeleteAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsFindIndexIntoAs ( string parentName, string activityName, string resultVariable, TechTalk.SpecFlow.Table table ) : void
GivenItContainsFindRecordIndexSearchAndResultAs ( string parentName, string activityName, string recsetToSearch, string resultVariable, TechTalk.SpecFlow.Table table ) : void
GivenItContainsFormatNumberAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsGatherSystemInfoAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsRandomAs ( string parentName, string activityName, TechTalk.SpecFlow.Table table ) : void
GivenItContainsReplaceIntoAs ( string parentName, string activityName, string resultVariable, TechTalk.SpecFlow.Table table ) : void
PerformExecution ( ) : void
SetupSequence ( ) : DsfSequenceActivity
ThenDebugInputsAs ( string toolName, TechTalk.SpecFlow.Table table ) : void
ThenDebugOutputsAs ( string toolName, TechTalk.SpecFlow.Table table ) : void
ThenTheSequenceHasADuration ( ) : void
WhenTheSequenceIsExecuted ( ) : void
WhenTheToolIsExecuted ( string activityName ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void