C# Class Dev2.Activities.Specs.Toolbox.ControlFlow.Decision.DecisionSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
显示文件 Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GivenADecisionVariableValue ( string variable, string value ) : void
GivenCheckIfAnd ( string variable1, string decision, string variable2, string variable3 ) : void
GivenDecideIf ( string variable1, string decision ) : void
GivenIWantToCheck ( string decision ) : void
GivenIs ( string variable1, string decision, string variable2 ) : void
GivenTheDecisionModeIs ( string mode ) : void
ThenTheDecisionResultShouldBe ( string expectedRes ) : void
WhenTheDecisionToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void