C# Class Dev2.Activities.Specs.Toolbox.Utility.FormatNumber.FormatNumberFeature

Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

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

Private Methods

Method Description
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
FormatAVariableWithANonExistentValue ( ) : void
FormatAVariableWithANullValue ( ) : void
FormatNonNumeric ( ) : void
FormatNumberLargeNumberToNegativeDecimals ( ) : void
FormatNumberRoundingDown ( ) : void
FormatNumberRoundingDownToNegativeNumber ( ) : void
FormatNumberRoundingNone ( ) : void
FormatNumberRoundingNormal ( ) : void
FormatNumberRoundingNormalWithZeroRoundingAndZeroDecimalsToShow ( ) : void
FormatNumberRoundingUp ( ) : void
FormatNumberRoundingUpToACharacter ( ) : void
FormatNumberSingleDigitToNegativeDecimals ( ) : void
FormatNumberThatIsBlank ( ) : void
FormatNumberToCharaterDecimals ( ) : void
FormatNumberWithMultipartVariablesAndNumbersForNumberRoundingAndDecimalsToShow ( ) : void
FormatNumberWithNegativeRecordsetIndexForDecimalsToShow ( ) : void
FormatNumberWithNegativeRecordsetIndexForNumber ( ) : void
FormatNumberWithNegativeRecordsetIndexForRounding ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

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