C# Class Dev2.Activities.Specs.Toolbox.Recordset.Sort.SortFeature

显示文件 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
ScenarioTearDown ( ) : void
SortARecordsetBackwards ( ) : void
SortARecordsetBackwardsEmptyRecordset ( ) : void
SortARecordsetBackwardsRecordsetWithOneRow ( ) : void
SortARecordsetBackwardsUsingStarNotation ( ) : void
SortARecordsetForwards ( ) : void
SortARecordsetForwardsEmptyRecordset ( ) : void
SortARecordsetForwardsUsingStarNotation ( ) : void
SortARecordsetForwardsWithOneRow ( ) : void
SortNonExistentRecordset ( ) : void
SortNullRecordset ( ) : void
SortRecordsetWithoutFieldForwards ( ) : 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