C# 클래스 Dev2.Activities.Specs.Toolbox.Utility.FormatNumber.FormatNumberFeature

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
리턴 void