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

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
DecideIfTextWithSpaceIsEqualToSameTextWithExtraSpaceFalse ( ) : void
DecideIfThereIsAnErrorFalse ( ) : void
DecideIfThereIsAnErrorTrue ( ) : void
DecideIfThereIsNoErrorFalse ( ) : void
DecideIfThereIsNoErrorTrue ( ) : void
DecideIfVariableAContainsVariableBFalse ( ) : void
DecideIfVariableAContainsVariableBTrue ( ) : void
DecideIfVariableADoesnTContainsVariableBFalse ( ) : void
DecideIfVariableADoesnTContainsVariableBTrue ( ) : void
DecideIfVariableADoesnTEndsWithVariableBFalse ( ) : void
DecideIfVariableADoesnTEndsWithVariableBTrue ( ) : void
DecideIfVariableADoesnTStartsWithVariableBFalse ( ) : void
DecideIfVariableADoesnTStartsWithVariableBTrue ( ) : void
DecideIfVariableAEndsWithVariableBFalse ( ) : void
DecideIfVariableAEndsWithVariableBTrue ( ) : void
DecideIfVariableAEqualOrGreaterThanVariableBFalse ( ) : void
DecideIfVariableAEqualOrGreaterThanVariableBTrue ( ) : void
DecideIfVariableAEqualOrLessThanVariableBFalse ( ) : void
DecideIfVariableAEqualOrLessThanVariableBTrue ( ) : void
DecideIfVariableAEqualsVariableBAndBEqualsCModeIsAND ( ) : void
DecideIfVariableAEqualsVariableBAndBEqualsCModeIsOR ( ) : void
DecideIfVariableAEqualsVariableBFalse ( ) : void
DecideIfVariableAEqualsVariableBTrue ( ) : void
DecideIfVariableAGreaterThanVariableBFalse ( ) : void
DecideIfVariableAGreaterThanVariableBTrue ( ) : void
DecideIfVariableAIsADateFalse ( ) : void
DecideIfVariableAIsADateTrue ( ) : void
DecideIfVariableAIsAlphanumericFalse ( ) : void
DecideIfVariableAIsAlphanumericTrue ( ) : void
DecideIfVariableAIsAnEmailFalse ( ) : void
DecideIfVariableAIsAnEmailTrue ( ) : void
DecideIfVariableAIsBase64False ( ) : void
DecideIfVariableAIsBase64True ( ) : void
DecideIfVariableAIsBetweenVariableBAndCFalse ( ) : void
DecideIfVariableAIsBetweenVariableBAndCTrue ( ) : void
DecideIfVariableAIsBinaryFalse ( ) : void
DecideIfVariableAIsBinaryTrue ( ) : void
DecideIfVariableAIsHexFalse ( ) : void
DecideIfVariableAIsHexTrue ( ) : void
DecideIfVariableAIsNotBetweenVariableBAndCFalse ( ) : void
DecideIfVariableAIsNotBetweenVariableBAndCTrue ( ) : void
DecideIfVariableAIsNumericFalse ( ) : void
DecideIfVariableAIsNumericTrue ( ) : void
DecideIfVariableAIsRegexFalse ( ) : void
DecideIfVariableAIsRegexTrue ( ) : void
DecideIfVariableAIsTextFalse ( ) : void
DecideIfVariableAIsTextTrue ( ) : void
DecideIfVariableAIsXMLFalse ( ) : void
DecideIfVariableAIsXMLTrue ( ) : void
DecideIfVariableALessThanVariableBFalse ( ) : void
DecideIfVariableALessThanVariableBTrue ( ) : void
DecideIfVariableANotAlphanumericFalse ( ) : void
DecideIfVariableANotAlphanumericTrue ( ) : void
DecideIfVariableANotBase64False ( ) : void
DecideIfVariableANotBase64True ( ) : void
DecideIfVariableANotBinaryFalse ( ) : void
DecideIfVariableANotBinaryTrue ( ) : void
DecideIfVariableANotDateFalse ( ) : void
DecideIfVariableANotDateTrue ( ) : void
DecideIfVariableANotEmailFalse ( ) : void
DecideIfVariableANotEmailTrue ( ) : void
DecideIfVariableANotEqualsVariableBFalse ( ) : void
DecideIfVariableANotEqualsVariableBTrue ( ) : void
DecideIfVariableANotHexFalse ( ) : void
DecideIfVariableANotHexTrue ( ) : void
DecideIfVariableANotNumericFalse ( ) : void
DecideIfVariableANotNumericTrue ( ) : void
DecideIfVariableANotRegexFalse ( ) : void
DecideIfVariableANotRegexTrue ( ) : void
DecideIfVariableANotTextFalse ( ) : void
DecideIfVariableANotTextTrue ( ) : void
DecideIfVariableANotXMLFalse ( ) : void
DecideIfVariableANotXMLTrue ( ) : void
DecideIfVariableAStartsWithVariableBFalse ( ) : void
DecideIfVariableAStartsWithVariableBTrue ( ) : void
DecisionUsingRecordsetAppendNotation ( ) : void
ExecutingDecisionWithRecordsetContainsSpclCharacterAsIndex ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
NullThrowsAnError ( ) : void
RuntimeInvalidRecordsetVariablePositveTest ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
ValidateThatAVariableIsNotNullPositive ( ) : void
ValidateThatAVariableIsNullNegative ( ) : void
ValidateThatAVariableIsNullPositive ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void