C# Class Dev2.Activities.Specs.Toolbox.Recordset.Length.LengthFeature

显示文件 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
LengthOfARecordsetWith3Rows ( ) : void
LengthOfARecordsetWith8Rows ( ) : void
LengthOfAnNullRecordset ( ) : void
LengthOfAnUnassignedRecordset ( ) : void
RecordsetLength ( ) : void
RecordsetLengthForColoumn ( ) : void
RecordsetLengthForColoumnsInvalid ( ) : void
RecordsetLengthForInvalidRecordset ( ) : 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